aboutsummaryrefslogtreecommitdiff
path: root/print/a2pdf
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2012-10-20 07:03:03 +0000
committerJason E. Hale <jhale@FreeBSD.org>2012-10-20 07:03:03 +0000
commit2db9bac81785e9ff57870279e33b8e5a9ac71803 (patch)
tree2a9cd902380f703887d598334c4c1392350e24f1 /print/a2pdf
parentf7449248474d13bc07a24c5e66ece60fd770ff48 (diff)
downloadports-2db9bac81785e9ff57870279e33b8e5a9ac71803.tar.gz
ports-2db9bac81785e9ff57870279e33b8e5a9ac71803.zip
- Update MASTER_SITES
- Add perl5 to CATEGORIES - Remove DEPRECATED/EXPIRATION_DATE since port fetches now - Remove LICENSE_FILE for license in Templates/Licenses - Trim Makefile header PR: ports/172048 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Approved by: makc, avilla (mentors, implicit) Feature safe: yes
Notes
Notes: svn path=/head/; revision=306164
Diffstat (limited to 'print/a2pdf')
-rw-r--r--print/a2pdf/Makefile15
1 files changed, 4 insertions, 11 deletions
diff --git a/print/a2pdf/Makefile b/print/a2pdf/Makefile
index 49ed608604b9..90eb676c80c1 100644
--- a/print/a2pdf/Makefile
+++ b/print/a2pdf/Makefile
@@ -1,23 +1,16 @@
-# New ports collection makefile for: a2pdf
-# Date created: 10 May 2007
-# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
-#
+# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= a2pdf
PORTVERSION= 1.13
-CATEGORIES= print
-MASTER_SITES= http://perl.jonallen.info/attachment/26/
+CATEGORIES= print perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:JONALLEN
MAINTAINER= ports@FreeBSD.org
COMMENT= Text to PDF converter
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2012-10-20
-
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 \