aboutsummaryrefslogtreecommitdiff
path: root/science/p5-Chemistry-MidasPattern
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-10 09:39:11 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-10 09:39:11 +0000
commitbfef5ebd271538596b47b499808bc4a21548b6bb (patch)
tree23572d67d8160cff75549053414fd1dccc777167 /science/p5-Chemistry-MidasPattern
parentdb2073ecc43b22990eebc93fa1b0965793dd45a9 (diff)
downloadports-bfef5ebd271538596b47b499808bc4a21548b6bb.tar.gz
ports-bfef5ebd271538596b47b499808bc4a21548b6bb.zip
- convert to the new perl5 framework
- trim Makefile header Approved by: portmgr (bapt@, blanket)
Notes
Notes: svn path=/head/; revision=326884
Diffstat (limited to 'science/p5-Chemistry-MidasPattern')
-rw-r--r--science/p5-Chemistry-MidasPattern/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/science/p5-Chemistry-MidasPattern/Makefile b/science/p5-Chemistry-MidasPattern/Makefile
index bf768e2aba73..99ece6108b84 100644
--- a/science/p5-Chemistry-MidasPattern/Makefile
+++ b/science/p5-Chemistry-MidasPattern/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Chemistry-MidasPattern
-# Date created: 2010-03-10
-# Whom: Steve Wills <steve@mouf.net>
-#
+# Created by: Steve Wills <steve@mouf.net>
# $FreeBSD$
-#
PORTNAME= Chemistry-MidasPattern
PORTVERSION= 0.11
@@ -26,6 +22,7 @@ RUN_DEPENDS= p5-Chemistry-Mol>=0:${PORTSDIR}/science/p5-Chemistry-Mol \
MAN3= Chemistry::MidasPattern.3 Chemistry::File::MidasPattern.3
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
.include <bsd.port.mk>