mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 23:00:30 -04:00
18 lines
336 B
Makefile
18 lines
336 B
Makefile
# Created by: Yuan-Chung Hsiao <ychsiao@ychsiao.idv.tw>
|
|
|
|
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
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|