openbsd-ports/devel/p5-Universal-exports/Makefile

22 lines
452 B
Makefile

# $OpenBSD: Makefile,v 1.5 2010/04/15 13:56:35 ajacoutot Exp $
COMMENT= lightweight, universal exporting/require of variables
MODULES= cpan
V= 0.05
DISTNAME= UNIVERSAL-exports-${V}
PKGNAME= p5-Universal-exports-${V}p0
CATEGORIES= devel
MAINTAINER= Sam Smith <S@msmith.net>
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::devel/p5-Exporter-Lite
.include <bsd.port.mk>