diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 07:52:55 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 07:52:55 +0000 |
commit | ce05caaae21cd6b880cf5567917d6bde1c9144fa (patch) | |
tree | e8a2212c45ee293e5d8bec7c358c6a9a87fccd0d /www/htmlpp/Makefile | |
parent | 515af4186399b6025506d8ebfb5396b8761417b0 (diff) | |
download | ports-ce05caaae21cd6b880cf5567917d6bde1c9144fa.tar.gz ports-ce05caaae21cd6b880cf5567917d6bde1c9144fa.zip |
Notes
Diffstat (limited to 'www/htmlpp/Makefile')
-rw-r--r-- | www/htmlpp/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/htmlpp/Makefile b/www/htmlpp/Makefile index 9912492607f5..560aea587ba7 100644 --- a/www/htmlpp/Makefile +++ b/www/htmlpp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: htmlpp -# Date created: 9 Nov 1997 -# Whom: Donald Burr <dburr@FreeBSD.org> -# +# Created by: Donald Burr <dburr@FreeBSD.org> # $FreeBSD$ -# PORTNAME= htmlpp PORTVERSION= 4.2a @@ -15,7 +11,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= A Perl script to allow easy creation of HTML from template files -USE_PERL5= YES +USES= perl5 NO_WRKSUBDIR= yes |