15 lines
288 B
Makefile
15 lines
288 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2020/07/21 21:31:59 millert Exp $
|
|
|
|
COMMENT= interface to a number of common packagers
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= App-Packager-1.430.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Todd C. Miller <millert@openbsd.org>
|
|
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
.include <bsd.port.mk>
|