16 lines
228 B
Makefile
16 lines
228 B
Makefile
|
COMMENT = argument type classification
|
||
|
|
||
|
MODULES = cpan
|
||
|
DISTNAME = Params-Classify-0.015
|
||
|
CATEGORIES = devel
|
||
|
REVISION = 0
|
||
|
|
||
|
# same as perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
WANTLIB += c perl
|
||
|
|
||
|
CONFIGURE_STYLE = modbuild
|
||
|
|
||
|
.include <bsd.port.mk>
|