21 lines
331 B
Makefile
21 lines
331 B
Makefile
# $OpenBSD: Makefile,v 1.8 2020/07/03 21:45:15 sthen Exp $
|
|
|
|
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>
|