952bcb19d0
This Perl module containing a set of scalars, including references.
23 lines
476 B
Makefile
23 lines
476 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2001/05/20 14:24:00 kevlo Exp $
|
|
|
|
COMMENT= "module for containing a set of scalars"
|
|
|
|
DISTNAME= Set-Scalar-1.09
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
NEED_VERSION= 1.406
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Set
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|