12 lines
252 B
Makefile
12 lines
252 B
Makefile
COMMENT = checks to see if the module can be loaded
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Test-Requires-0.11
|
|
CATEGORIES = devel
|
|
MAINTAINER = Abel Abraham Camarillo Ojeda <acamari@verlet.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
.include <bsd.port.mk>
|