summaryrefslogtreecommitdiff
path: root/graphics/p5-Image-Imlib2/Makefile
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2004-02-09 19:36:09 +0000
committerErwin Lansing <erwin@FreeBSD.org>2004-02-09 19:36:09 +0000
commitb1c5b30dedb5fe8fea3e5b6ef5462788a912e835 (patch)
treea484c11bb727ea4c441b05d5119238ff6c1a2b62 /graphics/p5-Image-Imlib2/Makefile
parentAdd entries for ktnef and ksig (diff)
- Update to 1.01
- Remove BROKEN - Use MODBUILD While I'm here, fix copy/paste error in comment that I botched when I added the port. This port still doesn not work with perl 5.005_03, so mark it IGNORE for that version Based on: PR: 62416 Submitted by: Dominic Mitchell <dom@happygiraffe.net>
Notes
Notes: svn path=/head/; revision=100515
Diffstat (limited to 'graphics/p5-Image-Imlib2/Makefile')
-rw-r--r--graphics/p5-Image-Imlib2/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/graphics/p5-Image-Imlib2/Makefile b/graphics/p5-Image-Imlib2/Makefile
index 368a2b3ff16d..dfe95eea3d35 100644
--- a/graphics/p5-Image-Imlib2/Makefile
+++ b/graphics/p5-Image-Imlib2/Makefile
@@ -1,4 +1,4 @@
-# New ports collection makefile for: p5-Apache-Filter
+# New ports collection makefile for: p5-Image-Imlib2
# Date created: September 11th, 2003
# Whom: Erwin Lansing <erwin@FreeBSD.org>
#
@@ -6,7 +6,7 @@
#
PORTNAME= Image-Imlib2
-PORTVERSION= 0.12
+PORTVERSION= 1.01
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Image
@@ -17,15 +17,14 @@ COMMENT= Perl interface to the Imlib2 image library
LIB_DEPENDS= Imlib2.2:${PORTSDIR}/graphics/imlib2
-PERL_CONFIGURE= yes
+PERL_MODBUILD= yes
MAN3= Image::Imlib2.3
-.include "../../devel/p5-Module-Build/inc.build.mk"
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 502000
-BROKEN= 'Does not compile'
+.if ${PERL_LEVEL} < 500600
+IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try again
.endif
.include <bsd.port.post.mk>