20 lines
350 B
Makefile
20 lines
350 B
Makefile
# $OpenBSD: Makefile,v 1.3 2016/03/20 19:56:18 naddy Exp $
|
|
|
|
COMMENT = various utility functions
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Data-Munge-0.095
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Cesare Gargano <gar@plusiagamma.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
TEST_DEPENDS = devel/p5-Test-Warnings
|
|
|
|
CPAN_AUTHOR = MAUKE
|
|
|
|
.include <bsd.port.mk>
|