freebsd-ports/devel/p5-MooseX-FollowPBP/Makefile
2022-12-30 17:05:59 +08:00

22 lines
421 B
Makefile

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()
WWW= https://metacpan.org/release/MooseX-FollowPBP
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Moose>=1.16:devel/p5-Moose
LICENSE= ART20
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>