diff options
author | culot <culot@FreeBSD.org> | 2011-08-25 14:48:43 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2011-08-25 14:48:43 +0800 |
commit | 248f2e160e1d159957a80b53f7690b68d22fc8f1 (patch) | |
tree | 61a121f19b4a3ded5a138a3d6e2b27f37d395196 /print | |
parent | e335b654fc2740010efba2918acac073af63066f (diff) | |
download | freebsd-ports-graphics-248f2e160e1d159957a80b53f7690b68d22fc8f1.tar.gz freebsd-ports-graphics-248f2e160e1d159957a80b53f7690b68d22fc8f1.tar.zst freebsd-ports-graphics-248f2e160e1d159957a80b53f7690b68d22fc8f1.zip |
- Fix MASTER_SITES
- Add LICENSE (Artistic 2)
PR: ports/160134
Submitted by: Kato Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'print')
-rw-r--r-- | print/a2pdf/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/print/a2pdf/Makefile b/print/a2pdf/Makefile index 09560874f7d..dd2fdab3831 100644 --- a/print/a2pdf/Makefile +++ b/print/a2pdf/Makefile @@ -8,11 +8,14 @@ PORTNAME= a2pdf PORTVERSION= 1.13 CATEGORIES= print -MASTER_SITES= http://perl.jonallen.info/pub/Main/Ascii2Pdf/ CENKES +MASTER_SITES= http://perl.jonallen.info/attachment/26/ MAINTAINER= ports@FreeBSD.org COMMENT= Text to PDF converter +LICENSE= ART20 +LICENSE_FILE= ${WRKSRC}/artistic-2_0.txt + BUILD_DEPENDS= p5-PDF-API2>=0:${PORTSDIR}/textproc/p5-PDF-API2 \ perltidy>=0:${PORTSDIR}/devel/perltidy \ p5-Image-Size>=0:${PORTSDIR}/graphics/p5-Image-Size \ |