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-File-MDLMol | |
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-File-MDLMol')
-rw-r--r-- | science/p5-Chemistry-File-MDLMol/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/science/p5-Chemistry-File-MDLMol/Makefile b/science/p5-Chemistry-File-MDLMol/Makefile index 263832e40c1c..32f12059b409 100644 --- a/science/p5-Chemistry-File-MDLMol/Makefile +++ b/science/p5-Chemistry-File-MDLMol/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Chemistry-File-MDLMol -# Date created: 2010-03-10 -# Whom: Steve Wills <steve@mouf.net> -# +# Created by: Steve Wills <steve@mouf.net> # $FreeBSD$ -# PORTNAME= Chemistry-File-MDLMol PORTVERSION= 0.21 @@ -22,6 +18,7 @@ RUN_DEPENDS= p5-Chemistry-Mol>=0:${PORTSDIR}/science/p5-Chemistry-Mol \ MAN3= Chemistry::File::MDLMol.3 Chemistry::File::SDF.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> |