1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/textproc/p5-XML-Encoding/Makefile
Frederic Culot e4640905cd - Remove SITE_PERL from *_DEPENDS
Submitted by:	az@
2012-06-05 08:40:39 +00:00

26 lines
537 B
Makefile

# New ports collection makefile for: XML::Encoding
# Date created: 15 Oct 2001
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= XML-Encoding
PORTVERSION= 2.08
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= A perl module for parsing XML encoding maps
BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN1= compile_encoding.1 make_encmap.1
MAN3= XML::Encoding.3
.include <bsd.port.mk>