mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 20:20:30 -04:00
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
27 lines
611 B
Makefile
27 lines
611 B
Makefile
# Ports collection makefile for: p5-Pod-XML
|
|
# Date created: 2006/07/11
|
|
# Whom: chinsan <chinsan.tw@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Pod-XML
|
|
PORTVERSION= 0.99
|
|
CATEGORIES= textproc devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= chinsan@FreeBSD.org
|
|
COMMENT= Module to convert POD to XML
|
|
|
|
BUILD_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \
|
|
p5-Test-File-Contents>=0:${PORTSDIR}/devel/p5-Test-File-Contents \
|
|
p5-Pod-Parser>=0:${PORTSDIR}/textproc/p5-Pod-Parser
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= pod2xml.1
|
|
MAN3= Pod::XML.3
|
|
|
|
.include <bsd.port.mk>
|