20 lines
335 B
Makefile
20 lines
335 B
Makefile
# $OpenBSD: Makefile,v 1.5 2020/08/21 13:09:01 bluhm Exp $
|
|
|
|
COMMENT = alternative but compatible interface to modules that export
|
|
|
|
DISTNAME = Importer-0.026
|
|
CPAN_AUTHOR = EXODIST
|
|
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|