openbsd-ports/devel/p5-Regexp-Copy/Makefile

22 lines
331 B
Makefile
Raw Normal View History

2013-03-11 06:50:00 -04:00
# $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
2012-08-23 11:00:32 -04:00
REVISION= 3
CATEGORIES= devel
MAINTAINER= Alexander Bluhm <bluhm@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM= Yes
2012-08-23 11:00:32 -04:00
WANTLIB += c
MODULES= cpan
2010-11-15 14:45:56 -05:00
USE_GROFF = Yes
.include <bsd.port.mk>