22 lines
331 B
Makefile
22 lines
331 B
Makefile
# $OpenBSD: Makefile,v 1.10 2013/03/11 10:50:21 espie Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= copy perl Regexp objects
|
|
|
|
DISTNAME= Regexp-Copy-0.06
|
|
REVISION= 3
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
MODULES= cpan
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|