18 lines
262 B
Makefile
18 lines
262 B
Makefile
|
COMMENT = test a list of subroutines provided by a module
|
||
|
|
||
|
DISTNAME = Test-API-0.010
|
||
|
REVISION = 0
|
||
|
|
||
|
CATEGORIES = devel
|
||
|
|
||
|
MAINTAINER = Wen Heping <wenheping2000@hotmail.com>
|
||
|
|
||
|
# Apache 2.0
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
MODULES = cpan
|
||
|
|
||
|
PKG_ARCH = *
|
||
|
|
||
|
.include <bsd.port.mk>
|