Index: head/dns/p5-Tie-DNS/Makefile =================================================================== --- head/dns/p5-Tie-DNS/Makefile (revision 470378) +++ head/dns/p5-Tie-DNS/Makefile (revision 470379) @@ -1,37 +1,35 @@ # Created by: Seamus Venasse # $FreeBSD$ PORTNAME= Tie-DNS PORTVERSION= 1.151560 PORTEPOCH= 1 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Tie interface to Net::DNS LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= p5-Net-DNS>=0:dns/p5-Net-DNS \ p5-Tie-Cache>=0:devel/p5-Tie-Cache RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-CheckManifest>=0:devel/p5-Test-CheckManifest \ p5-Test-Perl-Critic>=0:textproc/p5-Test-Perl-Critic OPTIONS_DEFINE= EXAMPLES NO_ARCH= yes USE_PERL5= configure USES= perl5 shebangfix -PORTEXAMPLES= * - SHEBANG_FILES= eg/*.pl -post-install: +post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ ${INSTALL_DATA} ${WRKSRC}/eg/*.pl ${STAGEDIR}${EXAMPLESDIR}/ .include Index: head/dns/p5-Tie-DNS/pkg-plist =================================================================== --- head/dns/p5-Tie-DNS/pkg-plist (revision 470378) +++ head/dns/p5-Tie-DNS/pkg-plist (revision 470379) @@ -1,2 +1,9 @@ %%SITE_PERL%%/Tie/DNS.pm %%PERL5_MAN3%%/Tie::DNS.3.gz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example1.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example2.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example3.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example4.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example5.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example6.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example7.pl