diff options
author | az <az@FreeBSD.org> | 2013-09-12 14:27:41 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-12 14:27:41 +0800 |
commit | 8651fae3b8dc39295cf7c6175a868826d4344747 (patch) | |
tree | 6e473a930c60d1c8d5c8a722b75b4e61c883d3e7 /shells/shell-include | |
parent | c42e716ffe041e92016227906ead822296f08b3c (diff) | |
download | freebsd-ports-gnome-8651fae3b8dc39295cf7c6175a868826d4344747.tar.gz freebsd-ports-gnome-8651fae3b8dc39295cf7c6175a868826d4344747.tar.zst freebsd-ports-gnome-8651fae3b8dc39295cf7c6175a868826d4344747.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'shells/shell-include')
-rw-r--r-- | shells/shell-include/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/shells/shell-include/Makefile b/shells/shell-include/Makefile index c470584c3acc..fbc730af2ad7 100644 --- a/shells/shell-include/Makefile +++ b/shells/shell-include/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: qar-bufo -# Date created: 18 April 2007 -# Whom: Zane C. Bowers -# +# Created by: Zane C. Bowers # $FreeBSD$ -# PORTNAME= shell-include PORTVERSION= 0.1.2 @@ -14,7 +10,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= vvelox@vvelox.net COMMENT= A include system for shell scripts -USE_PERL5= yes +USES= perl5 MAN3= random::shortIntRandom.3 \ random.3 \ |