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@
22 lines
422 B
Makefile
22 lines
422 B
Makefile
# $OpenBSD: Makefile,v 1.13 2019/07/17 14:49:21 danj Exp $
|
|
|
|
COMMENT = simple starter kit for any module
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Module-Starter-1.54
|
|
REVISION = 3
|
|
CATEGORIES = devel
|
|
CPAN_AUTHOR = PETDANCE
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
DOC_DIR = ${PREFIX}/share/doc/p5-Module-Starter/
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${DOC_DIR}
|
|
${INSTALL_DATA} ${WRKSRC}/*.html ${DOC_DIR}
|
|
|
|
.include <bsd.port.mk>
|