openbsd-ports/devel/p5-Set-Scalar/Makefile
kevlo 952bcb19d0 Initial import of p5-Set-Scalar 1.09
This Perl module containing a set of scalars, including references.
2001-05-20 14:24:00 +00:00

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>