16 lines
249 B
Makefile
16 lines
249 B
Makefile
COMMENT = minimalist role composition tool
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Role-Tiny-2.002004
|
|
CATEGORIES = devel
|
|
|
|
CPAN_AUTHOR = HAARG
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
TEST_DEPENDS = devel/p5-Class-Method-Modifiers>=1.05
|
|
|
|
.include <bsd.port.mk>
|