Lines 6-23
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= Locale-Geocode |
8 |
PORTNAME= Locale-Geocode |
9 |
PORTVERSION= 1.11 |
9 |
PORTVERSION= 1.20 |
10 |
CATEGORIES= misc perl5 |
10 |
CATEGORIES= misc perl5 |
11 |
MASTER_SITES= CPAN |
11 |
MASTER_SITES= CPAN |
12 |
PKGNAMEPREFIX= p5- |
12 |
PKGNAMEPREFIX= p5- |
|
|
13 |
DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//} |
13 |
|
14 |
|
14 |
MAINTAINER= chinsan@FreeBSD.org |
15 |
MAINTAINER= chinsan@FreeBSD.org |
15 |
COMMENT= Find codes and information on geographical location |
16 |
COMMENT= Find codes and information on geographical location |
16 |
|
17 |
|
17 |
BUILD_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ |
18 |
RUN_DEPENDS= p5-XML-SAX-Expat>=0.39:${PORTSDIR}/textproc/p5-XML-SAX-Expat \ |
18 |
p5-XML-SAX-Expat>=0:${PORTSDIR}/textproc/p5-XML-SAX-Expat \ |
19 |
p5-XML-Simple>=2.16:${PORTSDIR}/textproc/p5-XML-Simple |
19 |
p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple |
20 |
BUILD_DEPENDS= ${RUN_DEPENDS} |
20 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
|
|
21 |
|
21 |
|
22 |
PERL_CONFIGURE= YES |
22 |
PERL_CONFIGURE= YES |
23 |
|
23 |
|