cwen f8c164bce3 Import devel/p5-Module-Util 1.09
From Wen Heping < wenheping2000 at hotmail dot com >, thanks!

OK sthen@

This module provides a few useful functions for manipulating module
names. Its main aim is to centralise some of the functions commonly used
by modules that manipulate other modules in some way, like converting
module names to relative paths.
2019-07-05 18:35:17 +00:00

19 lines
273 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2019/07/05 18:35:17 cwen Exp $
COMMENT = module name tools and transformations
DISTNAME = Module-Util-1.09
CATEGORIES = devel
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
CONFIGURE_STYLE = modbuild
PKG_ARCH = *
.include <bsd.port.mk>