freebsd-ports/devel/p5-Mixin-Linewise/Makefile
Andrej Zverev 9d04d10cc6 Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
2012-12-17 12:40:25 +00:00

41 lines
1.1 KiB
Makefile

# New ports collection makefile for: p5-Mixin-Linewise
# Date created: 2009-03-10
# Whom: bapt <baptiste.daroussin@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Mixin-Linewise
PORTVERSION= 0.003
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:RJBS
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Write your linewise code for handles; this does the rest
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS+= p5-Sub-Exporter>=0.900:${PORTSDIR}/devel/p5-Sub-Exporter \
p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String
RUN_DEPENDS+= p5-Sub-Exporter>=0.900:${PORTSDIR}/devel/p5-Sub-Exporter \
p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String
PERL_CONFIGURE= yes
MAN3= Mixin::Linewise::Readers.3 \
Mixin::Linewise::Writers.3 \
Mixin::Linewise.3
PLIST_FILES+= %%SITE_PERL%%/Mixin/Linewise/Readers.pm \
%%SITE_PERL%%/Mixin/Linewise/Writers.pm \
%%SITE_PERL%%/Mixin/Linewise.pm \
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mixin/Linewise/.packlist
PLIST_DIRS+= %%SITE_PERL%%/Mixin/Linewise \
%%SITE_PERL%%/Mixin \
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mixin/Linewise \
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mixin
.include <bsd.port.mk>