1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

Install examples.

Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2016-03-14 15:52:28 +00:00
parent eefe55b85b
commit 6b4d04d57b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=411096

View File

@ -3,7 +3,7 @@
PORTNAME= Perl-Lint
PORTVERSION= 0.23
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MOZNION
@ -31,6 +31,14 @@ TEST_DEPENDS= p5-Text-TestBase>=0:${PORTSDIR}/textproc/p5-Text-TestBase
USES= perl5
USE_PERL5= modbuildtiny
OPTIONS_DEFINE= EXAMPLES
PORTEXAMPLES= lint.pl lint_string.pl
post-install-EXAMPLES-on:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/eg/|} ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} >= 502000