aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Image-Imlib2
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
parented8d811e830aaa8927e4c23de4f7db78f525b2b7 (diff)
downloadports-b1c5b30dedb5fe8fea3e5b6ef5462788a912e835.tar.gz
ports-b1c5b30dedb5fe8fea3e5b6ef5462788a912e835.zip
Notes
Diffstat (limited to 'graphics/p5-Image-Imlib2')
-rw-r--r--graphics/p5-Image-Imlib2/Makefile11
-rw-r--r--graphics/p5-Image-Imlib2/distinfo4
-rw-r--r--graphics/p5-Image-Imlib2/files/patch-Build.PL19
3 files changed, 7 insertions, 27 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>
diff --git a/graphics/p5-Image-Imlib2/distinfo b/graphics/p5-Image-Imlib2/distinfo
index 6b3ee57bd012..843205c2355e 100644
--- a/graphics/p5-Image-Imlib2/distinfo
+++ b/graphics/p5-Image-Imlib2/distinfo
@@ -1,2 +1,2 @@
-MD5 (Image-Imlib2-0.12.tar.gz) = 76685491b7453f89ad2bfe28d09d8703
-SIZE (Image-Imlib2-0.12.tar.gz) = 14786
+MD5 (Image-Imlib2-1.01.tar.gz) = 506ddc41150c93da005e96ad987daee7
+SIZE (Image-Imlib2-1.01.tar.gz) = 13955
diff --git a/graphics/p5-Image-Imlib2/files/patch-Build.PL b/graphics/p5-Image-Imlib2/files/patch-Build.PL
deleted file mode 100644
index abc5c8f09183..000000000000
--- a/graphics/p5-Image-Imlib2/files/patch-Build.PL
+++ /dev/null
@@ -1,19 +0,0 @@
---- Build.PL.orig Sun Aug 31 17:15:33 2003
-+++ Build.PL Thu Oct 23 09:31:34 2003
-@@ -21,6 +21,7 @@
-
- my $libs = `$CONFIG --libs`;
- my $cflags = `$CONFIG --cflags`;
-+$cflags .= ' -fPIC';
-
- my $build = Module::Build->new(
- module_name => 'Image::Imlib2',
-@@ -30,7 +31,7 @@
- 'Test::More' => '0.01',
- },
- extra_linker_flags => $libs,
-- cc_flags => $cflags,
-+ extra_compiler_flags => $cflags,
- c_source => './lib/Image',
- );
- $build->create_build_script;