Remove build dependency on p5-Test-Simple.

As long as the PORTREVISION is getting bumped, stop installing CHANGES.
This commit is contained in:
Adam Weinberger 2015-02-26 16:45:17 +00:00
parent 9ff1e87e05
commit 0e7c22461d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380023

View File

@ -3,7 +3,7 @@
PORTNAME= Image-Imlib2
PORTVERSION= 2.03
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -11,21 +11,16 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl interface to the Imlib2 image library
BUILD_DEPENDS+= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
LIB_DEPENDS= libImlib2.so:${PORTSDIR}/graphics/imlib2
USES= perl5
USE_PERL5= modbuild
OPTIONS_DEFINE= DOCS EXAMPLES
OPTIONS_DEFINE= EXAMPLES
PORTDOCS= CHANGES
EXAMPLES= examples/benchmark.pl examples/benchmark.txt examples/maeda.pl
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${EXAMPLES:S|^|${WRKSRC}/|} ${STAGEDIR}${EXAMPLESDIR}
@${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}."