15 lines
209 B
Makefile
15 lines
209 B
Makefile
|
COMMENT = a simple class to create simple roles
|
||
|
|
||
|
MODULES = cpan
|
||
|
PKG_ARCH = *
|
||
|
DISTNAME = Role-Basic-0.13
|
||
|
CATEGORIES = devel
|
||
|
REVISION = 0
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
CPAN_AUTHOR = OVID
|
||
|
|
||
|
.include <bsd.port.mk>
|