diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 08:26:53 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 08:26:53 +0000 |
commit | 3e869e47b1f6a60799b0f1a784b421b0364c1f0e (patch) | |
tree | 29afbaee8d03a44a0201209d42281716d68ecb18 /science/p5-PerlMol | |
parent | fb5b0c84fb8134192811153ddcf5a6af9a00d4f7 (diff) | |
download | ports-3e869e47b1f6a60799b0f1a784b421b0364c1f0e.tar.gz ports-3e869e47b1f6a60799b0f1a784b421b0364c1f0e.zip |
Notes
Diffstat (limited to 'science/p5-PerlMol')
-rw-r--r-- | science/p5-PerlMol/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/science/p5-PerlMol/Makefile b/science/p5-PerlMol/Makefile index 12ed99ffd4e6..35de73345a0f 100644 --- a/science/p5-PerlMol/Makefile +++ b/science/p5-PerlMol/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-PerlMol -# Date created: 2010-03-04 -# Whom: Steve Wills <steve@mouf.net> -# +# Created by: Steve Wills <steve@mouf.net> # $FreeBSD$ -# PORTNAME= PerlMol PORTVERSION= 0.3500 @@ -62,7 +58,8 @@ BUILD_DEPENDS= p5-Chemistry-Mol>=0:${PORTSDIR}/science/p5-Chemistry-Mol \ p5-Chemistry-Mok>=0:${PORTSDIR}/science/p5-Chemistry-Mok \ p5-Statistics-Regression>=0:${PORTSDIR}/math/p5-Statistics-Regression -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= PerlMol.3 |