1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/print/a2pdf/Makefile
2014-02-03 13:40:41 +00:00

25 lines
564 B
Makefile

# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
PORTNAME= a2pdf
PORTVERSION= 1.13
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:${PORTSDIR}/textproc/p5-PDF-API2 \
perltidy:${PORTSDIR}/devel/p5-Perl-Tidy \
p5-Image-Size>=0:${PORTSDIR}/graphics/p5-Image-Size \
p5-File-Type>=0:${PORTSDIR}/devel/p5-File-Type
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>