20 lines
322 B
Makefile
20 lines
322 B
Makefile
# $OpenBSD: Makefile,v 1.2 2020/07/03 21:45:12 sthen Exp $
|
|
|
|
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>
|