20 lines
421 B
Makefile
20 lines
421 B
Makefile
# $OpenBSD: Makefile,v 1.5 2010/07/13 19:46:12 sthen 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
|
|
REVISION= 0
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
.include <bsd.port.mk>
|