openbsd-ports/devel/p5-Exporter-Tidy/Makefile

21 lines
437 B
Makefile
Raw Normal View History

2010-10-18 13:47:50 -04:00
# $OpenBSD: Makefile,v 1.6 2010/10/18 17:48:00 espie 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
2010-07-13 15:46:10 -04:00
REVISION= 0
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
.include <bsd.port.mk>