freebsd-ports/textproc/p5-CSS-Simple/Makefile
Andrej Zverev 4240fc6bea - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-11 06:49:58 +00:00

26 lines
688 B
Makefile

# Created by: 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
USES= perl5
USE_PERL5= configure
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>