aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-PDF-Create/Makefile
blob: 855941472b8b98211efb3d71a0ef835d66dfdcbc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: petef@databits.net
# $FreeBSD$

PORTNAME=	PDF-Create
PORTVERSION=	1.46
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl script to convert text files to PDF files

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

BUILD_DEPENDS=	p5-File-ShareDir-Install>=0:devel/p5-File-ShareDir-Install \
		${RUN_DEPENDS}
RUN_DEPENDS=	p5-File-Share>=0.25:devel/p5-File-Share \
		p5-JSON>=0:converters/p5-JSON

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.mk>