20 lines
439 B
Makefile
20 lines
439 B
Makefile
# $OpenBSD: Makefile,v 1.4 2010/04/15 13:56:35 ajacoutot 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
|
|
PKGNAME= p5-${DISTNAME}p0
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
.include <bsd.port.mk>
|