openbsd-ports/devel/p5-Clone/Makefile
kevlo d31606a124 Initial import of p5-Clone 0.15
This module provides a clone() method which makes recursive copies 
of nested hash, array, scalar and reference types, including tied 
variables and objects.
2004-12-02 06:47:14 +00:00

22 lines
453 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2004/12/02 06:47:14 kevlo Exp $
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
COMMENT= "recursively copy Perl datatypes"
DISTNAME= Clone-0.15
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Clone/}
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>