freebsd-ports/devel/p5-MooseX-Attribute-Chained/Makefile
Sunpoet Po-Chuan Hsieh c290d1aed4 - Add LICENSE
- Support STAGEDIR
2013-11-14 14:21:46 +00:00

25 lines
575 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= MooseX-Attribute-Chained
PORTVERSION= 1.0.1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Attribute that returns the instance to allow for chaining
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny
RUN_DEPENDS:= ${BUILD_DEPENDS}
CONFLICTS_INSTALL= p5-MooseX-ChainedAccessors-[0-9]*
USE_PERL5= modbuild
USES= perl5
.include <bsd.port.mk>