blob: 9b439fa6cbe81fabbc567602b90f97cd88928b1f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Frederic Culot <frederic@culot.org>
PORTNAME= MooseX-FollowPBP
PORTVERSION= 0.05
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Name your accessors get_foo() and set_foo()
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Moose>=1.16:devel/p5-Moose
LICENSE= ART20
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|