19 lines
293 B
Makefile
19 lines
293 B
Makefile
# $OpenBSD: Makefile,v 1.2 2019/07/12 20:45:06 sthen Exp $
|
|
|
|
COMMENT= run shell commands transparently
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
DISTNAME= Shell-0.73
|
|
PKGNAME= p5-Shell-0.73
|
|
|
|
MAINTAINER = Adam Wolk <awolk@openbsd.org>
|
|
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
.include <bsd.port.mk>
|