Lines 1-9
Link Here
|
1 |
# New ports collection makefile for: p5-WWW-Contact |
1 |
# Created by: Fred Cox |
2 |
# Date created: 2010/02/22 |
|
|
3 |
# Whom: Fred Cox |
4 |
# |
5 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
6 |
# |
|
|
7 |
|
3 |
|
8 |
PORTNAME= WWW-Contact |
4 |
PORTNAME= WWW-Contact |
9 |
PORTVERSION= 0.47 |
5 |
PORTVERSION= 0.47 |
Lines 49-58
Link Here
|
49 |
WWW::Contact::Rediffmail.3 \ |
45 |
WWW::Contact::Rediffmail.3 \ |
50 |
WWW::Contact::Yahoo.3 |
46 |
WWW::Contact::Yahoo.3 |
51 |
|
47 |
|
52 |
.include <bsd.port.pre.mk> |
48 |
.include <bsd.port.mk> |
53 |
|
|
|
54 |
.if ${PERL_LEVEL} < 501001 |
55 |
TEST_DEPENDS+= p5-Test-Simple>=0.90:${PORTSDIR}/devel/p5-Test-Simple |
56 |
.endif |
57 |
|
58 |
.include <bsd.port.post.mk> |