Thu May 19 04:57:46 2011 UTC ()
* Change MASTER_SITES subdir to usual one
* add missing tail / to HOMEPAGE.


(obache)
diff -r1.1.1.1 -r1.2 pkgsrc/textproc/p5-PDF-Reuse/Makefile

cvs diff -r1.1.1.1 -r1.2 pkgsrc/textproc/p5-PDF-Reuse/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/p5-PDF-Reuse/Makefile 2011/05/17 22:03:37 1.1.1.1
+++ pkgsrc/textproc/p5-PDF-Reuse/Makefile 2011/05/19 04:57:45 1.2
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1# $NetBSD: Makefile,v 1.1.1.1 2011/05/17 22:03:37 dmcmahill Exp $ 1# $NetBSD: Makefile,v 1.2 2011/05/19 04:57:45 obache Exp $
2 2
3DISTNAME= PDF-Reuse-0.35 3DISTNAME= PDF-Reuse-0.35
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= textproc print perl5 5CATEGORIES= textproc print perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/L/LA/LARSLUND/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PDF/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/PDF-Reuse 9HOMEPAGE= http://search.cpan.org/dist/PDF-Reuse/
10COMMENT= Reuse and mass produce PDF documents 10COMMENT= Reuse and mass produce PDF documents
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13DEPENDS+= perl>=5.9.3,p5-IO-Compress:../../devel/p5-IO-Compress 13DEPENDS+= perl>=5.9.3,p5-IO-Compress:../../devel/p5-IO-Compress
14DEPENDS+= perl>=5.7.3,p5-Digest-MD5:../../security/p5-Digest-MD5 14DEPENDS+= perl>=5.7.3,p5-Digest-MD5:../../security/p5-Digest-MD5
15DEPENDS+= p5-Text-PDF:../../textproc/p5-Text-PDF 15DEPENDS+= p5-Text-PDF:../../textproc/p5-Text-PDF
16DEPENDS+= p5-Font-TTF:../../fonts/p5-Font-TTF 16DEPENDS+= p5-Font-TTF:../../fonts/p5-Font-TTF
17 17
18USE_LANGUAGES= # empty 18USE_LANGUAGES= # empty
19PERL5_PACKLIST= auto/PDF/Reuse/.packlist 19PERL5_PACKLIST= auto/PDF/Reuse/.packlist
20 20
21PKG_DESTDIR_SUPPORT= user-destdir 21PKG_DESTDIR_SUPPORT= user-destdir
22 22