diff options
author | az <az@FreeBSD.org> | 2013-09-10 14:44:11 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-10 14:44:11 +0800 |
commit | 896697f600c4e86a710892023982bf7fe9a92464 (patch) | |
tree | 2e8a521d81949bd5aa7b9aee204d2c41f3add81b /devel/cscout | |
parent | 78066ba4bf1f24287a63a523fbc233275fa5b614 (diff) | |
download | freebsd-ports-gnome-896697f600c4e86a710892023982bf7fe9a92464.tar.gz freebsd-ports-gnome-896697f600c4e86a710892023982bf7fe9a92464.tar.zst freebsd-ports-gnome-896697f600c4e86a710892023982bf7fe9a92464.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'devel/cscout')
-rw-r--r-- | devel/cscout/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/cscout/Makefile b/devel/cscout/Makefile index f9b105cf9866..449e694c8c7c 100644 --- a/devel/cscout/Makefile +++ b/devel/cscout/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cscout -# Date created: 07. Jul 2003 -# Whom: netchild@FreeBSD.org -# +# Created by: netchild@FreeBSD.org # $FreeBSD$ -# PORTNAME= cscout PORTVERSION= 2.7 @@ -20,7 +16,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_BUILD= yes ONLY_FOR_ARCHS= i386 amd64 sparc64 ONLY_FOR_ARCHS_REASON= The port fetches and installs precompiled binaries -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run MAN1= cscout.1 cswc.1 |