Sun Sep 3 07:58:34 2017 UTC ()
Update HOMEPAGE.


(wiz)
diff -r1.122 -r1.123 pkgsrc/graphics/p5-PerlMagick/Makefile

cvs diff -r1.122 -r1.123 pkgsrc/graphics/p5-PerlMagick/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/p5-PerlMagick/Makefile 2017/06/05 14:24:01 1.122
+++ pkgsrc/graphics/p5-PerlMagick/Makefile 2017/09/03 07:58:33 1.123
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1# $NetBSD: Makefile,v 1.122 2017/06/05 14:24:01 ryoon Exp $ 1# $NetBSD: Makefile,v 1.123 2017/09/03 07:58:33 wiz Exp $
2 2
3PKGREVISION= 1 3PKGREVISION= 1
4.include "../../graphics/ImageMagick/Makefile.common" 4.include "../../graphics/ImageMagick/Makefile.common"
5 5
6PKGNAME= p5-PerlMagick-${DISTVERSION} 6PKGNAME= p5-PerlMagick-${DISTVERSION}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.simplesystems.org/ImageMagick/www/perl-magick.html 9HOMEPAGE= https://imagemagick.org/script/perl-magick.php
10COMMENT= Object-oriented Perl interface to ImageMagick 10COMMENT= Object-oriented Perl interface to ImageMagick
11 11
12DISTINFO_FILE= ${.CURDIR}/../../graphics/ImageMagick/distinfo 12DISTINFO_FILE= ${.CURDIR}/../../graphics/ImageMagick/distinfo
13#PATCHDIR= ${.CURDIR}/../../graphics/ImageMagick/patches 13#PATCHDIR= ${.CURDIR}/../../graphics/ImageMagick/patches
14 14
15# Some configure_args come from Makefile.common 15# Some configure_args come from Makefile.common
16CONFIGURE_ARGS+= --with-perl=${PERL5:Q} 16CONFIGURE_ARGS+= --with-perl=${PERL5:Q}
17 17
18PERL5_CONFIGURE= no 18PERL5_CONFIGURE= no
19PERL5_CONFIGURE_DIRS= ${WRKSRC}/PerlMagick 19PERL5_CONFIGURE_DIRS= ${WRKSRC}/PerlMagick
20PERL5_PACKLIST= auto/Image/Magick/.packlist 20PERL5_PACKLIST= auto/Image/Magick/.packlist
21BUILD_DIRS= ${PERL5_CONFIGURE_DIRS} 21BUILD_DIRS= ${PERL5_CONFIGURE_DIRS}
22 22