19 lines
355 B
Makefile
19 lines
355 B
Makefile
COMMENT = check what OS we are running on
|
|
|
|
DISTNAME = Devel-CheckOS-1.96
|
|
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# GPLv2 or Artistic
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
RUN_DEPENDS = devel/p5-File-Find-Rule>=0.28
|
|
TEST_DEPENDS = devel/p5-Test-Pod>=1.00 \
|
|
devel/p5-Test-Warnings
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|