aboutsummaryrefslogblamecommitdiff
path: root/textproc/p5-XML-Compile-Cache/Makefile
blob: 18247e38299627fd43d7e56056686388e3a5ed5b (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                            
                      


                              
                                                            
 
                                

                                              
                           
                    
 
                                                                     
                                                                         
                                                                                    

                                                                                   


                   
                                     

                      
# New ports collection makefile for:	p5-XML-Compile-Cache
# Date created:		2009-01-11
# Whom:			Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#

PORTNAME=	XML-Compile-Cache
PORTVERSION=	0.99.1
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-
DISTNAME=	${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Cache Compiled XML Translators

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

RUN_DEPENDS=	p5-Log-Report>=0.19:${PORTSDIR}/devel/p5-Log-Report \
		p5-XML-Compile>=1.2:${PORTSDIR}/textproc/p5-XML-Compile \
		p5-XML-LibXML-Simple>=0.13:${PORTSDIR}/textproc/p5-XML-LibXML-Simple
TEST_DEPENDS=	p5-Test-Pod>=1.00:${PORTSDIR}/devel/p5-Test-Pod \
		p5-XML-Compile-Tester>=0.02:${PORTSDIR}/devel/p5-XML-Compile-Tester

PERL_CONFIGURE=	yes

MAN3=		XML::Compile::Cache.3

.include <bsd.port.mk>