openbsd-ports/devel/p5-Clone/Makefile

21 lines
326 B
Makefile
Raw Normal View History

2013-03-11 06:50:00 -04:00
# $OpenBSD: Makefile,v 1.20 2013/03/11 10:50:14 espie Exp $
2006-01-07 05:56:11 -05:00
SHARED_ONLY= Yes
COMMENT= recursively copy Perl datatypes
MODULES= cpan
DISTNAME= Clone-0.34
CATEGORIES= devel
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
2006-12-27 07:58:08 -05:00
# Perl
PERMIT_PACKAGE_CDROM= Yes
2012-08-23 11:00:32 -04:00
WANTLIB += c
2013-03-11 06:50:00 -04:00
TEST_DEPENDS= devel/p5-Taint-Runtime
2006-09-26 09:48:46 -04:00
.include <bsd.port.mk>