diff options
author | az <az@FreeBSD.org> | 2013-09-12 13:53:03 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-12 13:53:03 +0800 |
commit | 64b422e1ccdeed2bd5376a7739430c72f08453e1 (patch) | |
tree | d3e054e43268209aa792f44c177f4789d4af4098 /math/jacal/Makefile | |
parent | 9759a1bffcd93df3d12bdb17a2d82b7fa88b8c7d (diff) | |
download | freebsd-ports-gnome-64b422e1ccdeed2bd5376a7739430c72f08453e1.tar.gz freebsd-ports-gnome-64b422e1ccdeed2bd5376a7739430c72f08453e1.tar.zst freebsd-ports-gnome-64b422e1ccdeed2bd5376a7739430c72f08453e1.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'math/jacal/Makefile')
-rw-r--r-- | math/jacal/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/math/jacal/Makefile b/math/jacal/Makefile index d7bd36887551..453f6d458acd 100644 --- a/math/jacal/Makefile +++ b/math/jacal/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Jacal -# Date created: Sat Mar 16 2002 -# Whom: Mark R V Murray <markm@FreeBSD.org> -# +# Created by: Mark R V Murray <markm@FreeBSD.org> # $FreeBSD$ -# PORTNAME= jacal PORTVERSION= 1c2 @@ -20,7 +16,7 @@ WRKSRC= ${WRKDIR}/jacal USE_ZIP= yes USE_GMAKE= yes -USE_PERL5= yes +USES= perl5 NO_BUILD= yes MAN1= jacal.1 |