diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 06:44:11 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 06:44:11 +0000 |
commit | 04382d889b8994a8d8d8d24934116a0e52abd17f (patch) | |
tree | 2e8a521d81949bd5aa7b9aee204d2c41f3add81b /devel/cscout | |
parent | 180d034a7ba08f2544a187f139c812b52e51c2f0 (diff) |
Notes
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 |