aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/p5-BSD-Process
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2013-09-02 01:28:00 +0800
committeraz <az@FreeBSD.org>2013-09-02 01:28:00 +0800
commit1452fcaf28bd10012cbcfbf8ebd8d86203b63dd9 (patch)
treee2ee492de55d3944c3ec4296e684e3db70ca2c79 /sysutils/p5-BSD-Process
parentdddf8b600781f4005efa12d8529a8cbb7a410af8 (diff)
downloadfreebsd-ports-gnome-1452fcaf28bd10012cbcfbf8ebd8d86203b63dd9.tar.gz
freebsd-ports-gnome-1452fcaf28bd10012cbcfbf8ebd8d86203b63dd9.tar.zst
freebsd-ports-gnome-1452fcaf28bd10012cbcfbf8ebd8d86203b63dd9.zip
- Resolve of using USE_PERL5 and PERL_CONFIGURE together
- Convert to new perl5 framework - Trim Makefile header - Use shebangfix for runable files - Use single space after WWW: in pkg-descr With hat: perl@
Diffstat (limited to 'sysutils/p5-BSD-Process')
-rw-r--r--sysutils/p5-BSD-Process/Makefile11
-rw-r--r--sysutils/p5-BSD-Process/pkg-descr2
2 files changed, 5 insertions, 8 deletions
diff --git a/sysutils/p5-BSD-Process/Makefile b/sysutils/p5-BSD-Process/Makefile
index e527a77e57e5..2bd70d38db6a 100644
--- a/sysutils/p5-BSD-Process/Makefile
+++ b/sysutils/p5-BSD-Process/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-BSD-Process
-# Date created: 2011-04-11
-# Whom: Steve Wills <swills@FreeBSD.org>
-#
+# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= BSD-Process
PORTVERSION= 0.06
@@ -18,8 +14,9 @@ COMMENT= Information about running processes on BSD platforms
BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
-USE_PERL5= yes
-PERL_CONFIGURE= yes
+USES= perl5 shebangfix
+USE_PERL5= configure
+SHEBANG_FILES= eg/*
MAN3= BSD::Process.3
diff --git a/sysutils/p5-BSD-Process/pkg-descr b/sysutils/p5-BSD-Process/pkg-descr
index 09f281f69f42..67e4a2a1eade 100644
--- a/sysutils/p5-BSD-Process/pkg-descr
+++ b/sysutils/p5-BSD-Process/pkg-descr
@@ -1,3 +1,3 @@
Information about running processes on BSD platforms
-WWW: http://search.cpan.org/dist/BSD-Process/
+WWW: http://search.cpan.org/dist/BSD-Process/