19 lines
301 B
Makefile
19 lines
301 B
Makefile
|
COMMENT= OO processing of keyword-based argument lists
|
||
|
|
||
|
DISTNAME = Hash-AutoHash-Args-1.18
|
||
|
CATEGORIES= devel
|
||
|
REVISION = 0
|
||
|
|
||
|
# perl
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
MODULES= cpan
|
||
|
PKG_ARCH= *
|
||
|
|
||
|
CONFIGURE_STYLE= modbuild
|
||
|
|
||
|
RUN_DEPENDS= devel/p5-Hash-AutoHash
|
||
|
TEST_DEPENDS= devel/p5-Test-Deep
|
||
|
|
||
|
.include <bsd.port.mk>
|