845fe252ae
Module::Find lets you find and use modules in categories. This can be very useful for auto-detecting driver or plugin modules. You can differentiate between looking in the category itself or in all subcategories.
24 lines
480 B
Makefile
24 lines
480 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2006/05/11 11:14:29 msf Exp $
|
|
|
|
COMMENT= "find and use installed modules in a (sub)category"
|
|
|
|
DISTNAME= Module-Find-0.05
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
|
|
MAINTAINER= Sean Comeau <scomeau@obscurity.org>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
PKG_ARCH=*
|
|
|
|
.include <bsd.port.mk>
|