diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
commit | 99ad9127356be7e975c6ea48d00fa2aba29468d7 (patch) | |
tree | bea626d8d7aaa3973f00760684b26d2ddcce74eb /textproc/filepp | |
parent | ce05caaae21cd6b880cf5567917d6bde1c9144fa (diff) | |
download | ports-99ad9127356be7e975c6ea48d00fa2aba29468d7.tar.gz ports-99ad9127356be7e975c6ea48d00fa2aba29468d7.zip |
Notes
Diffstat (limited to 'textproc/filepp')
-rw-r--r-- | textproc/filepp/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/textproc/filepp/Makefile b/textproc/filepp/Makefile index 16d2b3252055..3e608f26075d 100644 --- a/textproc/filepp/Makefile +++ b/textproc/filepp/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: filepp -# Date created: Feb 21, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# +# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org> # $FreeBSD$ -# PORTNAME= filepp PORTVERSION= 1.8.0 @@ -14,7 +9,7 @@ MASTER_SITES= http://www-users.york.ac.uk/~dm26/filepp/ MAINTAINER= ports@FreeBSD.org COMMENT= A generic file preprocessor -USE_PERL5= yes +USES= perl5 GNU_CONFIGURE= yes NO_BUILD= yes |