diff options
author | az <az@FreeBSD.org> | 2013-09-10 16:26:53 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-10 16:26:53 +0800 |
commit | f0316937b6530a7c244591e46946da3aaee2ebcd (patch) | |
tree | 29afbaee8d03a44a0201209d42281716d68ecb18 /science/p5-Chemistry-Isotope | |
parent | 3e1a68b163a6ab22d7167f09bb60ad05664a6b48 (diff) | |
download | freebsd-ports-gnome-f0316937b6530a7c244591e46946da3aaee2ebcd.tar.gz freebsd-ports-gnome-f0316937b6530a7c244591e46946da3aaee2ebcd.tar.zst freebsd-ports-gnome-f0316937b6530a7c244591e46946da3aaee2ebcd.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'science/p5-Chemistry-Isotope')
-rw-r--r-- | science/p5-Chemistry-Isotope/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/science/p5-Chemistry-Isotope/Makefile b/science/p5-Chemistry-Isotope/Makefile index 3cd022c3d66d..97db60dbbeaf 100644 --- a/science/p5-Chemistry-Isotope/Makefile +++ b/science/p5-Chemistry-Isotope/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Chemistry-Isotope -# Date created: 2010-03-10 -# Whom: Steve Wills <steve@mouf.net> -# +# Created by: Steve Wills <steve@mouf.net> # $FreeBSD$ -# PORTNAME= Chemistry-Isotope PORTVERSION= 0.11 @@ -17,6 +13,7 @@ COMMENT= Table of the isotopes exact mass data MAN3= Chemistry::Isotope.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> |