ports/devel/p5-MooseX-Emulate-Class-Accessor-Fast/Makefile
Sunpoet Po-Chuan Hsieh 4ce6ba0c5b Add LICENSE
- Sort PLIST
2017-10-18 17:23:03 +00:00

25 lines
593 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
PORTNAME= MooseX-Emulate-Class-Accessor-Fast
PORTVERSION= 0.00903
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Emulate Class::Accessor::Fast behavior using Moose attributes
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Moose>=0.84:devel/p5-Moose \
p5-namespace-clean>=0:devel/p5-namespace-clean
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>