19 lines
294 B
Makefile
19 lines
294 B
Makefile
# $OpenBSD: Makefile,v 1.16 2020/07/03 21:45:07 sthen Exp $
|
|
|
|
COMMENT= copy perl Regexp objects
|
|
|
|
DISTNAME= Regexp-Copy-0.06
|
|
REVISION= 6
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
MODULES= cpan
|
|
|
|
.include <bsd.port.mk>
|