4fb4dcf541
Perl Regexp::Copy allows you to copy the contents of one Regexp object to another.
21 lines
370 B
Makefile
21 lines
370 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/03/19 21:59:02 bluhm Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= "copy perl Regexp objects"
|
|
|
|
DISTNAME= Regexp-Copy-0.06
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
.include <bsd.port.mk>
|