openbsd-ports/devel/p5-Regexp-Copy/Makefile
2012-08-23 15:00:32 +00:00

25 lines
408 B
Makefile

# $OpenBSD: Makefile,v 1.9 2012/08/23 15:08:05 sthen 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
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += c
MODULES= cpan
USE_GROFF = Yes
.include <bsd.port.mk>