5f8c066a33
- add missing license marker, pointed out by jasper ok jasper
16 lines
306 B
Makefile
16 lines
306 B
Makefile
# $OpenBSD: Makefile,v 1.6 2008/10/10 12:18:06 sthen Exp $
|
|
|
|
COMMENT= lightweight exporting of variables
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Exporter-Lite-0.02
|
|
CATEGORIES= devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|