blob: 310eae9b05dbc93ed73438c831679e30d2f143dd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTNAME= Perl6-Export
PORTVERSION= 0.07
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ychsiao@ychsiao.org
COMMENT= Implements the Perl 6 'is export(...)' trait
WWW= https://metacpan.org/release/Perl6-Export
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>
|