15 lines
217 B
Makefile
15 lines
217 B
Makefile
|
COMMENT= abstract class for constructing hashes
|
||
|
|
||
|
MODULES= cpan
|
||
|
PKG_ARCH= *
|
||
|
DISTNAME= Class-Base-0.09
|
||
|
CATEGORIES= devel
|
||
|
REVISION= 0
|
||
|
|
||
|
# Artistic
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
RUN_DEPENDS= devel/p5-Clone
|
||
|
|
||
|
.include <bsd.port.mk>
|