diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-22 12:53:58 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-22 12:53:58 +0000 |
commit | 43d6c31649c51cb42484ca658a40579145c89ce9 (patch) | |
tree | 146c158a514890bfd89dca6408c331acfa7bfa5e /textproc/p5-XML-LibXSLT | |
parent | 7d9e9453337d50352df958cac4237271f9726c44 (diff) |
Notes
Diffstat (limited to 'textproc/p5-XML-LibXSLT')
-rw-r--r-- | textproc/p5-XML-LibXSLT/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/p5-XML-LibXSLT/Makefile b/textproc/p5-XML-LibXSLT/Makefile index 88bc63196fd7..531dc36a2424 100644 --- a/textproc/p5-XML-LibXSLT/Makefile +++ b/textproc/p5-XML-LibXSLT/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: XML::LibXSLT -# Date created: 6 June 2001 -# Whom: Dom Mitchell <dom@happygiraffe.net> -# +# Created by: Dom Mitchell <dom@happygiraffe.net> # $FreeBSD$ -# PORTNAME= XML-LibXSLT PORTVERSION= 1.77 @@ -11,7 +7,7 @@ CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= skv@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to the GNOME XSLT library BUILD_DEPENDS= p5-XML-LibXML>=1.70:${PORTSDIR}/textproc/p5-XML-LibXML |