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

(-)Makefile (-4 / +2 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	Perl6-Export
8
PORTNAME=	Perl6-Export
9
PORTVERSION=	0.07
9
PORTVERSION=	0.07
10
PORTREVISION=	1
10
CATEGORIES=	devel perl5
11
CATEGORIES=	devel perl5
11
MASTER_SITES=	CPAN
12
MASTER_SITES=	CPAN
12
PKGNAMEPREFIX=	p5-
13
PKGNAMEPREFIX=	p5-
Lines 14-24 Link Here
14
MAINTAINER=	ychsiao@ychsiao.org
15
MAINTAINER=	ychsiao@ychsiao.org
15
COMMENT=	Implements the Perl 6 'is export(...)' trait
16
COMMENT=	Implements the Perl 6 'is export(...)' trait
16
17
17
BUILD_DEPENDS=	${SITE_PERL}/Filter/Simple.pm:${PORTSDIR}/textproc/p5-Filter-Simple
18
RUN_DEPENDS=	${BUILD_DEPENDS}
19
20
PERL_CONFIGURE=	yes
18
PERL_CONFIGURE=	yes
21
19
22
MAN3=	Perl6::Export.3
20
MAN3=		Perl6::Export.3
23
21
24
.include <bsd.port.mk>
22
.include <bsd.port.mk>

Return to bug 162312