If somebody is removed who actually wants maintainer and either didn't receive the mail, or didn't bother to reply to it, they are free to send a diff to reinstate. ok sthen@, jca@
18 lines
322 B
Makefile
18 lines
322 B
Makefile
# $OpenBSD: Makefile,v 1.9 2019/07/17 14:49:21 danj Exp $
|
|
|
|
COMMENT = Write a demo program from a tutorial POD
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Pod-ToDemo-1.01
|
|
REVISION = 1
|
|
CATEGORIES = devel
|
|
CPAN_AUTHOR = CHROMATIC
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
TEST_DEPENDS = devel/p5-Test-Exception
|
|
|
|
.include <bsd.port.mk>
|