aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-MooseX-Has-Sugar/Makefile
blob: 94fcd7e9eab57ea612cedb9b4a4dc594936495b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$

PORTNAME=   MooseX-Has-Sugar
PORTVERSION=    1.000006
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Sugar Syntax for moose has fields

LICENSE=    ART10 GPLv1+
LICENSE_COMB=   dual
LICENSE_FILE=   ${WRKSRC}/LICENSE

BUILD_DEPENDS=  p5-Sub-Exporter-Progressive>=0:devel/p5-Sub-Exporter-Progressive
RUN_DEPENDS:=   ${BUILD_DEPENDS}
TEST_DEPENDS=   p5-MooseX-Types>=0.44:devel/p5-MooseX-Types \
        p5-Test-Fatal>=0:devel/p5-Test-Fatal \
        p5-namespace-clean>=0:devel/p5-namespace-clean

USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>