diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-05 15:05:29 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-05 15:05:29 +0000 |
commit | 43f0c9f153cbb6a2e3db53e004582f6729057928 (patch) | |
tree | 6094da914716107bca7d35889c1b8aab5e6097c7 /misc | |
parent | 51a9b4dec5856fd0ce0b884de19626c1cc420758 (diff) |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/biblical-curse/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/misc/biblical-curse/Makefile b/misc/biblical-curse/Makefile index a3be4152e99e..4a9de074ffe9 100644 --- a/misc/biblical-curse/Makefile +++ b/misc/biblical-curse/Makefile @@ -1,11 +1,5 @@ -# New ports collection makefile for: biblical-curse -# Date created: 08 Nov 2005 -# Whom: Anton Berezin <tobez@FreeBSD.org> -# +# Created by: Anton Berezin <tobez@FreeBSD.org> # $FreeBSD$ -# -# This port is self contained in the src directory. -# PORTNAME= biblical-curse PORTVERSION= 0.02 @@ -16,9 +10,10 @@ DISTFILES= # none MAINTAINER= tobez@FreeBSD.org COMMENT= Fake biblical curse generator +USES= perl5 +USE_PERL5= run NO_BUILD= yes WRKSRC= ${WRKDIR}/src -USE_PERL5_RUN= yes SRC= ${.CURDIR}/src |