ports/devel/p5-Perl6-Export/Makefile
Po-Chuan Hsieh 365d096bce
devel/p5-Perl6-Export: Add NO_ARCH
Approved by:	portmgr (blanket)
2021-06-25 21:41:13 +08:00

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>