diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-03-28 06:16:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-03-28 06:16:23 +0000 |
commit | 0d1f97337e560f0dc5c9d553a24bed0738a941ea (patch) | |
tree | ea58b02bde9040614643d122b151c97ce5735d2f /textproc | |
parent | 37dceab9a8f1ab62d964aa776b9fd7d8107fcd9b (diff) | |
download | ports-0d1f97337e560f0dc5c9d553a24bed0738a941ea.tar.gz ports-0d1f97337e560f0dc5c9d553a24bed0738a941ea.zip |
- update to 1.54
- add licenses
- changes: http://cpansearch.perl.org/src/CDOLAN/CAM-PDF-1.54/CHANGES
Notes
Notes:
svn path=/head/; revision=271921
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-CAM-PDF/Makefile | 11 | ||||
-rw-r--r-- | textproc/p5-CAM-PDF/distinfo | 5 |
2 files changed, 10 insertions, 6 deletions
diff --git a/textproc/p5-CAM-PDF/Makefile b/textproc/p5-CAM-PDF/Makefile index 97b06d7aed0f..aacca762de0e 100644 --- a/textproc/p5-CAM-PDF/Makefile +++ b/textproc/p5-CAM-PDF/Makefile @@ -6,18 +6,23 @@ # PORTNAME= CAM-PDF -PORTVERSION= 1.52 +PORTVERSION= 1.54 CATEGORIES= textproc perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= ../../authors/id/C/CD/CDOLAN +MASTER_SITE_SUBDIR= CPAN:CDOLAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= PDF manipulation library -RUN_DEPENDS= p5-Crypt-RC4>=2.02:${PORTSDIR}/security/p5-Crypt-RC4 \ +LICENSE_COMB= dual +LICENSE= ART20 GPLv1 + +BUILD_DEPENDS= p5-Crypt-RC4>=2.02:${PORTSDIR}/security/p5-Crypt-RC4 \ p5-Text-PDF>=0.29:${PORTSDIR}/print/p5-Text-PDF +RUN_DEPENDS:= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes MAN1= appendpdf.pl.1 changepagestring.pl.1 changepdfstring.pl.1 \ diff --git a/textproc/p5-CAM-PDF/distinfo b/textproc/p5-CAM-PDF/distinfo index 36a9828d5ac0..1672072bdc1e 100644 --- a/textproc/p5-CAM-PDF/distinfo +++ b/textproc/p5-CAM-PDF/distinfo @@ -1,3 +1,2 @@ -MD5 (CAM-PDF-1.52.tar.gz) = ab4914a3f07dd2d8cc23f2cdee8f7ce3 -SHA256 (CAM-PDF-1.52.tar.gz) = 70721aff74f2bdfb9a85d294933cebe51bebf7430314595b67ff63b641b755d1 -SIZE (CAM-PDF-1.52.tar.gz) = 741229 +SHA256 (CAM-PDF-1.54.tar.gz) = 9029ac17dd1ba8f471e9e33e663b706b22411be96390c0c08607980702d8a24c +SIZE (CAM-PDF-1.54.tar.gz) = 765704 |