21 lines
351 B
Makefile
21 lines
351 B
Makefile
# $OpenBSD: Makefile,v 1.4 2020/07/03 21:45:15 sthen Exp $
|
|
|
|
COMMENT = test a Pod's content
|
|
|
|
DISTNAME = Test-Pod-Content-v0.0.6
|
|
PKGNAME = p5-${DISTNAME:S/v//}
|
|
CATEGORIES = devel
|
|
REVISION = 0
|
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
CONFIGURE_STYLE = modbuild
|
|
|
|
.include <bsd.port.mk>
|