35dd6bdb74
tested by and fine with steven@
18 lines
361 B
Makefile
18 lines
361 B
Makefile
# $OpenBSD: Makefile,v 1.6 2007/05/19 21:01:30 simon Exp $
|
|
|
|
COMMENT= "turn search paths into subclasses/plugins"
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Module-Pluggable-3.6
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|