openbsd-ports/devel/p5-Universal-exports/Makefile
sturm 53981091b0 Initial import of UNIVERSAL-exports 0.03
Lightweight universal exporting and requiring of variables.

from Sam Smith <S at msmith.net>
2004-05-20 11:14:50 +00:00

28 lines
570 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2004/05/20 11:14:50 sturm Exp $
COMMENT= "lightweight, universal exporting/require of variables"
V= 0.03
DISTNAME= UNIVERSAL-exports-${V}
PKGNAME= p5-Universal-exports-${V}
CATEGORIES= devel perl5
MAINTAINER= Sam Smith <S@msmith.net>
# 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:=UNIVERSAL/}
CONFIGURE_STYLE=perl
RUN_DEPENDS= ::devel/p5-Exporter-Lite
REGRESS_DEPENDS=${RUN_DEPENDS}
PKG_ARCH= *
.include <bsd.port.mk>