15 lines
240 B
Makefile
15 lines
240 B
Makefile
COMMENT= base class for creating plugin-enabled objects
|
|
|
|
DISTNAME= Object-Pluggable-1.29
|
|
REVISION= 1
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
RUN_DEPENDS= devel/p5-Task-Weaken
|
|
|
|
.include <bsd.port.mk>
|