aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2013-09-10 15:55:33 +0800
committeraz <az@FreeBSD.org>2013-09-10 15:55:33 +0800
commit3e1a68b163a6ab22d7167f09bb60ad05664a6b48 (patch)
treefd65ca8fc7e7bb8076000fc5b8b00d3d2017a2a3 /science
parent9e4e2005dfb30505ad1e66268a6067105b741977 (diff)
downloadfreebsd-ports-gnome-3e1a68b163a6ab22d7167f09bb60ad05664a6b48.tar.gz
freebsd-ports-gnome-3e1a68b163a6ab22d7167f09bb60ad05664a6b48.tar.zst
freebsd-ports-gnome-3e1a68b163a6ab22d7167f09bb60ad05664a6b48.zip
- convert to the new perl5 framework
- trim Makefile header Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'science')
-rw-r--r--science/p5-Chemistry-File-SMILES/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/science/p5-Chemistry-File-SMILES/Makefile b/science/p5-Chemistry-File-SMILES/Makefile
index 6241b618f8f4..38cf48a055b4 100644
--- a/science/p5-Chemistry-File-SMILES/Makefile
+++ b/science/p5-Chemistry-File-SMILES/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Chemistry-File-SMILES
-# Date created: 2010-03-10
-# Whom: Steve Wills <steve@mouf.net>
-#
+# Created by: Steve Wills <steve@mouf.net>
# $FreeBSD$
-#
PORTNAME= Chemistry-File-SMILES
PORTVERSION= 0.47
@@ -26,6 +22,7 @@ RUN_DEPENDS= p5-Chemistry-Mol>=0:${PORTSDIR}/science/p5-Chemistry-Mol \
MAN3= Chemistry::File::SMILES.3
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
.include <bsd.port.mk>