openbsd-ports/devel/p5-Set-Object/Makefile

24 lines
472 B
Makefile
Raw Normal View History

2006-11-05 09:53:43 -05:00
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/05 14:53:43 espie Exp $
COMMENT= "set of objects and strings"
DISTNAME= Set-Object-1.18
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
SHARED_ONLY= Yes
MAINTAINER= Simon Dassow <janus@errornet.de>
# Same as perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Set/}
CONFIGURE_STYLE=perl
.include <bsd.port.mk>