diff options
author | az <az@FreeBSD.org> | 2013-09-11 16:15:53 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-11 16:15:53 +0800 |
commit | 02fdfe0510d692762b6a17b5e24188ac34fe5bdb (patch) | |
tree | 5dcec3f97934e76c18fa715ad3b0c760fad13c18 /net-p2p/ctcs | |
parent | c929ba4f690c6927ff80408b3761f972e24ebf47 (diff) | |
download | freebsd-ports-gnome-02fdfe0510d692762b6a17b5e24188ac34fe5bdb.tar.gz freebsd-ports-gnome-02fdfe0510d692762b6a17b5e24188ac34fe5bdb.tar.zst freebsd-ports-gnome-02fdfe0510d692762b6a17b5e24188ac34fe5bdb.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'net-p2p/ctcs')
-rw-r--r-- | net-p2p/ctcs/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net-p2p/ctcs/Makefile b/net-p2p/ctcs/Makefile index b6aa9f6eb5e2..eda89cd2c95a 100644 --- a/net-p2p/ctcs/Makefile +++ b/net-p2p/ctcs/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ctcs -# Date created: 7 July 2009 -# Whom: Dereckson <dereckson@gmail.com> -# +# Created by: Dereckson <dereckson@gmail.com> # $FreeBSD$ -# PORTNAME= ctcs PORTVERSION= 1.4.1 @@ -14,7 +10,8 @@ MAINTAINER= dereckson@gmail.com COMMENT= CTorrent monitoring and managing interface NO_BUILD= # -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run PLIST_FILES= bin/ctcs share/doc/ctcs/readme.txt PLIST_DIRS= share/doc/ctcs WRKSRC= ${WRKDIR}/ctcs-${PORTVERSION} |