18 lines
375 B
Makefile
18 lines
375 B
Makefile
# $OpenBSD: Makefile,v 1.2 2006/11/29 08:23:29 espie Exp $
|
|
|
|
COMMENT= "find and use installed modules in a (sub)category"
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Module-Find-0.05
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Sean Comeau <scomeau@obscurity.org>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|