mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
d72c560b21
Hat: portmgr
26 lines
633 B
Makefile
26 lines
633 B
Makefile
# New ports collection makefile for: a2pdf
|
|
# Date created: 10 May 2007
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= a2pdf
|
|
PORTVERSION= 1.13
|
|
CATEGORIES= print
|
|
MASTER_SITES= http://perl.jonallen.info/pub/Main/Ascii2Pdf/ CENKES
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Text to PDF converter
|
|
|
|
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 \
|
|
p5-File-Type>=0:${PORTSDIR}/devel/p5-File-Type
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
MAN1= ${PORTNAME}.1
|
|
|
|
.include <bsd.port.mk>
|