mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
2db9bac817
- 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
25 lines
569 B
Makefile
25 lines
569 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>=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>
|