19 lines
410 B
Makefile
19 lines
410 B
Makefile
# $OpenBSD: Makefile,v 1.3 2008/12/07 18:43:47 jasper Exp $
|
|
|
|
COMMENT= alternative to the standard perl exporter
|
|
CATEGORIES= devel
|
|
|
|
# XXX: Don't update until later versions have a real license.
|
|
# Instead of just 'any OSI-license'.
|
|
DISTNAME= Exporter-Tidy-0.06
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
.include <bsd.port.mk>
|