blob: 9506f3a76e0ce1fa5ab6e462663d9c4936bd428f (
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
# 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>
|