diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2008-04-03 10:55:10 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2008-04-03 10:55:10 +0000 |
commit | e2e405206b6355176a2e90943045764c48a724f7 (patch) | |
tree | ea4c3044b583a504a568222f2dee5a6c93d8a1ae /dns | |
parent | d3d9f20f4056cf4258513b52bc656420b8865e2d (diff) | |
download | ports-e2e405206b6355176a2e90943045764c48a724f7.tar.gz ports-e2e405206b6355176a2e90943045764c48a724f7.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Tie-DNS/Makefile | 8 | ||||
-rw-r--r-- | dns/p5-Tie-DNS/distinfo | 6 | ||||
-rw-r--r-- | dns/p5-Tie-DNS/pkg-plist | 16 |
3 files changed, 15 insertions, 15 deletions
diff --git a/dns/p5-Tie-DNS/Makefile b/dns/p5-Tie-DNS/Makefile index 76bc1b8c6b6a..28d4e53be273 100644 --- a/dns/p5-Tie-DNS/Makefile +++ b/dns/p5-Tie-DNS/Makefile @@ -6,11 +6,12 @@ # PORTNAME= Tie-DNS -PORTVERSION= 0.41 +PORTVERSION= 0.5 +PORTEPOCH= 1 CATEGORIES= dns perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Tie +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- +EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Tie interface to p5-Net-DNS @@ -18,7 +19,6 @@ COMMENT= Tie interface to p5-Net-DNS BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS RUN_DEPENDS= ${BUILD_DEPENDS} -EXAMPLESDIR?= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} PERL_CONFIGURE= yes MAN3= Tie::DNS.3 diff --git a/dns/p5-Tie-DNS/distinfo b/dns/p5-Tie-DNS/distinfo index 9f260d49166c..8a5889f100e1 100644 --- a/dns/p5-Tie-DNS/distinfo +++ b/dns/p5-Tie-DNS/distinfo @@ -1,3 +1,3 @@ -MD5 (Tie-DNS-0.41.tar.gz) = 234d5840bc9652155db9a9d90140984c -SHA256 (Tie-DNS-0.41.tar.gz) = ea2c30342e65aa0195a3a4cf5fdba31a126ce09829aec7bb57e982137f247936 -SIZE (Tie-DNS-0.41.tar.gz) = 5889 +MD5 (Tie-DNS-0.5.tgz) = 04845f7a995520e363a0439e5ea53f90 +SHA256 (Tie-DNS-0.5.tgz) = 6592b8c08798078c50eb2155b8ddbfa81eb01b4a950a3476bee6ca92129296f3 +SIZE (Tie-DNS-0.5.tgz) = 6620 diff --git a/dns/p5-Tie-DNS/pkg-plist b/dns/p5-Tie-DNS/pkg-plist index 2b82bb672492..36b4efda56e1 100644 --- a/dns/p5-Tie-DNS/pkg-plist +++ b/dns/p5-Tie-DNS/pkg-plist @@ -1,13 +1,13 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/DNS/.packlist %%SITE_PERL%%/Tie/DNS.pm -%%PORTDOCS%%share/examples/p5-Tie-DNS/example1.pl -%%PORTDOCS%%share/examples/p5-Tie-DNS/example2.pl -%%PORTDOCS%%share/examples/p5-Tie-DNS/example3.pl -%%PORTDOCS%%share/examples/p5-Tie-DNS/example4.pl -%%PORTDOCS%%share/examples/p5-Tie-DNS/example5.pl -%%PORTDOCS%%share/examples/p5-Tie-DNS/example6.pl -%%PORTDOCS%%share/examples/p5-Tie-DNS/example7.pl +%%PORTDOCS%%%%EXAMPLESDIR%%/example1.pl +%%PORTDOCS%%%%EXAMPLESDIR%%/example2.pl +%%PORTDOCS%%%%EXAMPLESDIR%%/example3.pl +%%PORTDOCS%%%%EXAMPLESDIR%%/example4.pl +%%PORTDOCS%%%%EXAMPLESDIR%%/example5.pl +%%PORTDOCS%%%%EXAMPLESDIR%%/example6.pl +%%PORTDOCS%%%%EXAMPLESDIR%%/example7.pl @dirrmtry %%SITE_PERL%%/Tie @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/DNS @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie -%%PORTDOCS%%@dirrmtry share/examples/p5-Tie-DNS +%%PORTDOCS%%@dirrmtry %%EXAMPLESDIR%% |