1713ce9aad
reads fine to ajacoutot
21 lines
403 B
Makefile
21 lines
403 B
Makefile
# $OpenBSD: Makefile,v 1.10 2008/11/07 15:07:01 sthen Exp $
|
|
|
|
COMMENT= turn search paths into subclasses/plugins
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Module-Pluggable-3.8
|
|
PKGNAME= p5-${DISTNAME}p0
|
|
CATEGORIES= devel
|
|
|
|
COMES_WITH= 4.5
|
|
|
|
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>
|