aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2015-02-27 00:45:17 +0800
committeradamw <adamw@FreeBSD.org>2015-02-27 00:45:17 +0800
commit14638a758bd76d01efb765bd9c2f9b7d7f61d4fa (patch)
tree8f786bd0d983487fd9eece0b0d0b78f72851e458 /graphics
parente1235bd0df81907af06922597724e76f3ed60c0f (diff)
downloadfreebsd-ports-gnome-14638a758bd76d01efb765bd9c2f9b7d7f61d4fa.tar.gz
freebsd-ports-gnome-14638a758bd76d01efb765bd9c2f9b7d7f61d4fa.tar.zst
freebsd-ports-gnome-14638a758bd76d01efb765bd9c2f9b7d7f61d4fa.zip
Remove build dependency on p5-Test-Simple.
As long as the PORTREVISION is getting bumped, stop installing CHANGES.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/p5-Image-Imlib2/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/graphics/p5-Image-Imlib2/Makefile b/graphics/p5-Image-Imlib2/Makefile
index bbf045b635e3..c38cee88b2a3 100644
--- a/graphics/p5-Image-Imlib2/Makefile
+++ b/graphics/p5-Image-Imlib2/Makefile
@@ -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}."