freebsd-ports/misc/p5-Business-EDI/Makefile
Frederic Culot 4014b4a403 Business::EDI is a class for generating U.N. EDI interchange objects
and subobjects.

WWW: http://search.cpan.org/dist/Business-EDI/

PR:		ports/170375
Submitted by:	Martin Neubauer <m.ne@gmx.net>
2012-08-19 08:30:03 +00:00

44 lines
1.1 KiB
Makefile

# New ports collection makefile for: Business::EDI
# Date created: 2012-08-04
# Whom: Martin Neubauer <m.ne@gmx.net>
#
# $FreeBSD$
#
PORTNAME= Business-EDI
PORTVERSION= 0.05
CATEGORIES= misc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:JOEATZ
PKGNAMEPREFIX= p5-
EXTRACT_SUFX= .tgz
MAINTAINER= m.ne@gmx.net
COMMENT= Class for generating EDI objects and subobjects
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Exporter-Easy>=0.14:${PORTSDIR}/devel/p5-Exporter-Easy \
p5-File-Find-Rule>=0.32:${PORTSDIR}/devel/p5-File-Find-Rule \
p5-JSON-XS>=2.01:${PORTSDIR}/converters/p5-JSON-XS \
p5-List-MoreUtils>=0.22:${PORTSDIR}/lang/p5-List-MoreUtils \
p5-UNIVERSAL-require>=0.10:${PORTSDIR}/devel/p5-UNIVERSAL-require
RUN_DEPENDS:= ${BUILD_DEPENDS}
WRKSRC= ${WRKDIR}/atz-${PORTNAME}-327e01f
PERL_CONFIGURE= yes
MAN3= Business::EDI.3 \
Business::EDI::CodeList.3 \
Business::EDI::Composite.3 \
Business::EDI::Spec.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501200
TEST_DEPENDS+= p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>