freebsd-ports/textproc/p5-CSS-Simple/Makefile
Frederic Culot 4307919176 - Update to 3211
Changes:	http://search.cpan.org/dist/CSS-Simple/ChangeLog
PR:		ports/157155
Submitted by:	Vivek Khera <vivek@khera.org> (maintainer)
2011-05-19 07:16:28 +00:00

29 lines
775 B
Makefile

# New ports collection makefile for: p5-CSS-Simple
# Date created: Thu Oct 28 09:56:23 EDT 2010
# Whom: Vivek Khera <vivek@khera.org>
#
# $FreeBSD$
#
PORTNAME= CSS-Simple
PORTVERSION= 3211
CATEGORIES= textproc www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= vivek@khera.org
COMMENT= Interface through which to read/write/manipulate CSS files
BUILD_DEPENDS= p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash
RUN_DEPENDS= p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash
PERL_CONFIGURE= yes
MAN3= CSS::Simple.3
PLIST_FILES= %%SITE_PERL%%/CSS/Simple.pm \
%%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS/Simple/.packlist
PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS/Simple \
%%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS \
%%SITE_PERL%%/CSS
.include <bsd.port.mk>