20 lines
400 B
Makefile
20 lines
400 B
Makefile
# $OpenBSD: Makefile,v 1.2 2006/11/29 08:23:29 espie Exp $
|
|
|
|
COMMENT= "turn search paths into subclasses/plugins"
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Module-Pluggable-3.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Simon Dassow <janus@errornet.de>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= ::devel/p5-Class-Inspector
|
|
|
|
.include <bsd.port.mk>
|