View | Details | Raw Unified | Return to bug 158767
Collapse All | Expand All

(-)/tmp/milki/ports/p5-Mixin-Linewise/Makefile (-4 / +12 lines)
Lines 15-25 Link Here
15
MAINTAINER=	bapt@FreeBSD.org
15
MAINTAINER=	bapt@FreeBSD.org
16
COMMENT=	Write your linewise code for handles; this does the rest
16
COMMENT=	Write your linewise code for handles; this does the rest
17
17
18
LICENSE_COMB=	dual
19
LICENSE=	ART20 GPLv1
18
LICENSE=	ART20 GPLv1
19
LICENSE_COMB=	dual
20
21
.include <bsd.port.pre.mk>
22
23
BUILD_DEPENDS+=	p5-Sub-Exporter>=0.900:${PORTSDIR}/devel/p5-Sub-Exporter \
24
	p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String
25
RUN_DEPENDS+=	p5-Sub-Exporter>=0.900:${PORTSDIR}/devel/p5-Sub-Exporter \
26
	p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String
20
27
21
BUILD_DEPENDS+=	p5-Sub-Exporter>=0.900:${PORTSDIR}/devel/p5-Sub-Exporter
28
.if ${PERL_LEVEL} < 501001
22
RUN_DEPENDS+=	p5-Sub-Exporter>=0.900:${PORTSDIR}/devel/p5-Sub-Exporter
29
TEST_DEPENDS+=	p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
30
.endif
23
31
24
PERL_CONFIGURE=	yes
32
PERL_CONFIGURE=	yes
25
33
Lines 35-38 Link Here
35
		%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mixin/Linewise \
43
		%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mixin/Linewise \
36
		%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mixin
44
		%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mixin
37
45
38
.include <bsd.port.mk>
46
.include <bsd.port.post.mk>

Return to bug 158767