20 lines
312 B
Makefile
20 lines
312 B
Makefile
# $OpenBSD: Makefile,v 1.10 2020/07/03 21:45:49 sthen Exp $
|
|
|
|
COMMENT= memorable random strings
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
DISTNAME= String-Koremutake-0.30
|
|
REVISION= 1
|
|
CATEGORIES= textproc devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
CONFIGURE_STYLE=modbuild
|
|
|
|
TEST_DEPENDS=devel/p5-Test-Exception
|
|
|
|
.include <bsd.port.mk>
|