diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 07:40:59 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 07:40:59 +0000 |
commit | a86ce80411f5376ef08742005c5577ecaca6237e (patch) | |
tree | db761ba3ec92ee6c12e57999369b5d53039d5b26 /textproc/xmlformat | |
parent | e7c9448cda64a2955274d3005159c782d6fff06a (diff) |
Notes
Diffstat (limited to 'textproc/xmlformat')
-rw-r--r-- | textproc/xmlformat/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/textproc/xmlformat/Makefile b/textproc/xmlformat/Makefile index e29027435a18..a71b37a4692b 100644 --- a/textproc/xmlformat/Makefile +++ b/textproc/xmlformat/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: xmlformat -# Date created: 8 Feb 2004 -# Whom: Hiroki Sato <hrs@FreeBSD.org> -# +# Created by: Hiroki Sato <hrs@FreeBSD.org> # $FreeBSD$ PORTNAME= xmlformat @@ -13,7 +10,7 @@ MAINTAINER= hrs@FreeBSD.org COMMENT= An XML Document Formatter NO_BUILD= yes -USE_PERL5= yes +USES= perl5 DOCSRCDIR1= ${WRKSRC} DOC_FILES1= BUGS ChangeLog INSTALL LICENSE README TODO |