19 lines
310 B
Makefile
19 lines
310 B
Makefile
# $OpenBSD: Makefile,v 1.4 2013/03/11 10:50:20 espie Exp $
|
|
|
|
COMMENT= base class for creating plugin-enabled objects
|
|
|
|
DISTNAME= Object-Pluggable-1.29
|
|
REVISION= 0
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
USE_GROFF= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
RUN_DEPENDS= devel/p5-Task-Weaken
|
|
|
|
.include <bsd.port.mk>
|