diff options
author | az <az@FreeBSD.org> | 2013-09-11 15:40:59 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-11 15:40:59 +0800 |
commit | f88d925d58cc4815e24689a09c5aa76b4efa9e47 (patch) | |
tree | db761ba3ec92ee6c12e57999369b5d53039d5b26 /textproc/xml-i18n-tools | |
parent | 56dc6706c0b7a29374fbd861c24648cceb5aed6f (diff) | |
download | freebsd-ports-gnome-f88d925d58cc4815e24689a09c5aa76b4efa9e47.tar.gz freebsd-ports-gnome-f88d925d58cc4815e24689a09c5aa76b4efa9e47.tar.zst freebsd-ports-gnome-f88d925d58cc4815e24689a09c5aa76b4efa9e47.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'textproc/xml-i18n-tools')
-rw-r--r-- | textproc/xml-i18n-tools/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/xml-i18n-tools/Makefile b/textproc/xml-i18n-tools/Makefile index d2c9b568e90d..02307f718ece 100644 --- a/textproc/xml-i18n-tools/Makefile +++ b/textproc/xml-i18n-tools/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xml-i18n-tools -# Date created: 19th January 2001 -# Whom: Ade Lovett <ade@FreeBSD.org> -# +# Created by: Ade Lovett <ade@FreeBSD.org> # $FreeBSD$ -# PORTNAME= xml-i18n-tools PORTVERSION= 0.9 @@ -15,7 +11,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Xml internationalization support for GNOME, and others USE_GMAKE= yes -USE_PERL5= yes +USES= perl5 GNU_CONFIGURE= yes CONFLICTS= intltool-[0-9]* |