21 lines
394 B
Makefile
21 lines
394 B
Makefile
# $OpenBSD: Makefile,v 1.9 2013/03/11 10:50:24 espie Exp $
|
|
|
|
COMMENT= lightweight, universal exporting/require of variables
|
|
|
|
MODULES= cpan
|
|
V= 0.05
|
|
DISTNAME= UNIVERSAL-exports-${V}
|
|
PKGNAME= p5-Universal-exports-${V}
|
|
REVISION= 1
|
|
CATEGORIES= devel
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Sam Smith <S@msmith.net>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-Exporter-Lite
|
|
|
|
.include <bsd.port.mk>
|