b59621d3ae
Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so)
47 lines
1.3 KiB
Makefile
47 lines
1.3 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
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
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
|
|
|
|
.if ${PERL_LEVEL} < 501001
|
|
TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
|
|
.endif
|
|
|
|
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.post.mk>
|