17 lines
288 B
Makefile
17 lines
288 B
Makefile
# $OpenBSD: Makefile,v 1.6 2019/07/12 20:45:08 sthen Exp $
|
|
|
|
COMMENT = validate your CPAN META.yml files
|
|
|
|
DISTNAME = Test-CPAN-Meta-0.25
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|