21 lines
318 B
Makefile
21 lines
318 B
Makefile
# $OpenBSD: Makefile,v 1.13 2015/07/16 23:57:23 ajacoutot Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= copy perl Regexp objects
|
|
|
|
DISTNAME= Regexp-Copy-0.06
|
|
REVISION= 5
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
MODULES= cpan
|
|
|
|
.include <bsd.port.mk>
|