diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 06:03:58 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 06:03:58 +0000 |
commit | 5afe3af5800cef153c206dcf3ce2f56aa85ada42 (patch) | |
tree | 43a75d1113991650ff8764ee64732c9d181c0ce4 /math/p5-NetCDF | |
parent | e10369322220c0fa0a0ab68ed222621adf553709 (diff) | |
download | ports-5afe3af5800cef153c206dcf3ce2f56aa85ada42.tar.gz ports-5afe3af5800cef153c206dcf3ce2f56aa85ada42.zip |
Notes
Diffstat (limited to 'math/p5-NetCDF')
-rw-r--r-- | math/p5-NetCDF/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/math/p5-NetCDF/Makefile b/math/p5-NetCDF/Makefile index 5ca438acc243..efab8ec5acbf 100644 --- a/math/p5-NetCDF/Makefile +++ b/math/p5-NetCDF/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-NetCDF -# Date created: 2003-11-17 -# Whom: Douglas K. Rand (rand@meridian-enviro.com) -# +# Created by: Douglas K. Rand (rand@meridian-enviro.com) # $FreeBSD$ -# PORTNAME= NetCDF PORTVERSION= 1.2.4 @@ -24,7 +20,7 @@ LIB_DEPENDS= netcdf.7:${PORTSDIR}/science/netcdf4 LIB_DEPENDS= netcdf.4:${PORTSDIR}/science/netcdf .endif -USE_PERL5= yes +USES= perl5 WRKSRC= ${WRKDIR}/${DISTNAME}/src GNU_CONFIGURE= yes |