19 lines
271 B
Makefile
19 lines
271 B
Makefile
|
COMMENT = test your regular expressions
|
||
|
|
||
|
DISTNAME = Test-Regexp-2017040101
|
||
|
FIX_EXTRACT_PERMISSIONS=Yes
|
||
|
REVISION = 0
|
||
|
|
||
|
CATEGORIES = devel
|
||
|
|
||
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
||
|
|
||
|
# MIT
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
MODULES = cpan
|
||
|
|
||
|
PKG_ARCH = *
|
||
|
|
||
|
.include <bsd.port.mk>
|