14 lines
196 B
Makefile
14 lines
196 B
Makefile
|
COMMENT= module for creating generic methods
|
||
|
|
||
|
MODULES= cpan
|
||
|
DISTNAME = Class-MethodMaker-2.24
|
||
|
CATEGORIES= devel
|
||
|
REVISION = 0
|
||
|
|
||
|
# perl
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
WANTLIB += c perl
|
||
|
|
||
|
.include <bsd.port.mk>
|