1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/misc/p5-Business-EDI/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

31 lines
740 B
Makefile

# Created by: Martin Neubauer <m.ne@gmx.net>
# $FreeBSD$
PORTNAME= Business-EDI
PORTVERSION= 0.05
PORTREVISION= 1
CATEGORIES= misc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:JOEATZ
PKGNAMEPREFIX= p5-
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:devel/p5-Exporter-Easy \
p5-File-Find-Rule>=0.32:devel/p5-File-Find-Rule \
p5-JSON-XS>=2.01:converters/p5-JSON-XS \
p5-List-MoreUtils>=0.22:lang/p5-List-MoreUtils \
p5-UNIVERSAL-require>=0.10:devel/p5-UNIVERSAL-require
RUN_DEPENDS:= ${BUILD_DEPENDS}
WRKSRC= ${WRKDIR}/atz-${PORTNAME}-327e01f
USES= perl5 tar:tgz
USE_PERL5= configure
.include <bsd.port.mk>