mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
26 lines
480 B
Makefile
26 lines
480 B
Makefile
# New ports collection makefile for: p5-XML-Canonical
|
|
# Date created: 2007-07-15
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= XML-Canonical
|
|
PORTVERSION= 0.10
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= XML
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
COMMENT= Perl Implementation of Canonical XML
|
|
|
|
LIB_DEPENDS= gdome:${PORTSDIR}/textproc/gdome2
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= XML::Canonical.3
|
|
|
|
.include <bsd.port.mk>
|