aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2013-06-03 23:24:18 +0800
committeraz <az@FreeBSD.org>2013-06-03 23:24:18 +0800
commitedd005a2af5d0c7b7cca1811796d8126c0317bbe (patch)
tree89a54edfe7265f0269964c02dd6619ee4b7c2e0f /misc
parent63b1db55ca3706ade8b9f1b0013efb1412fc730d (diff)
downloadfreebsd-ports-gnome-edd005a2af5d0c7b7cca1811796d8126c0317bbe.tar.gz
freebsd-ports-gnome-edd005a2af5d0c7b7cca1811796d8126c0317bbe.tar.zst
freebsd-ports-gnome-edd005a2af5d0c7b7cca1811796d8126c0317bbe.zip
- Trim Makefile header
- Remove unnecessary depend on PERL_LEVEL < 5.12 PR: ports/178916 Submitted by: az Approved by: maintainer
Diffstat (limited to 'misc')
-rw-r--r--misc/p5-Business-EDI/Makefile14
1 files changed, 2 insertions, 12 deletions
diff --git a/misc/p5-Business-EDI/Makefile b/misc/p5-Business-EDI/Makefile
index 9506f3a76e0c..3969d62fe30c 100644
--- a/misc/p5-Business-EDI/Makefile
+++ b/misc/p5-Business-EDI/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Business::EDI
-# Date created: 2012-08-04
-# Whom: Martin Neubauer <m.ne@gmx.net>
-#
+# Created by: Martin Neubauer <m.ne@gmx.net>
# $FreeBSD$
-#
PORTNAME= Business-EDI
PORTVERSION= 0.05
@@ -35,10 +31,4 @@ MAN3= Business::EDI.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>
+.include <bsd.port.mk>