diff options
author | jhale <jhale@FreeBSD.org> | 2012-10-20 15:03:03 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2012-10-20 15:03:03 +0800 |
commit | af5e661a2255d867f3d3acd7591afffd0fb6cd42 (patch) | |
tree | 2a9cd902380f703887d598334c4c1392350e24f1 /print | |
parent | 3be03664256c006b84fc4193ae0a6ae8d3b0af75 (diff) | |
download | freebsd-ports-gnome-af5e661a2255d867f3d3acd7591afffd0fb6cd42.tar.gz freebsd-ports-gnome-af5e661a2255d867f3d3acd7591afffd0fb6cd42.tar.zst freebsd-ports-gnome-af5e661a2255d867f3d3acd7591afffd0fb6cd42.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
Diffstat (limited to 'print')
-rw-r--r-- | print/a2pdf/Makefile | 15 |
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 \ |