18 lines
373 B
Makefile
18 lines
373 B
Makefile
# $OpenBSD: Makefile,v 1.4 2009/10/11 13:14:03 sthen Exp $
|
|
|
|
COMMENT= find and use installed modules in a (sub)category
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Module-Find-0.08
|
|
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>
|