freebsd-ports/print/a2pdf/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

27 lines
564 B
Makefile

# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
PORTNAME= a2pdf
PORTVERSION= 1.13
PORTREVISION= 2
CATEGORIES= print perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:JONALLEN
MAINTAINER= ports@FreeBSD.org
COMMENT= Text to PDF converter
LICENSE= ART20
BUILD_DEPENDS= p5-PDF-API2>=0:textproc/p5-PDF-API2 \
p5-Switch>=0:lang/p5-Switch \
perltidy:devel/p5-Perl-Tidy \
p5-Image-Size>=0:graphics/p5-Image-Size \
p5-File-Type>=0:devel/p5-File-Type
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>