20 lines
305 B
Makefile
20 lines
305 B
Makefile
# $OpenBSD: Makefile,v 1.3 2020/07/03 21:45:08 sthen Exp $
|
|
|
|
COMMENT= run shell commands transparently
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
DISTNAME= Shell-0.73
|
|
PKGNAME= p5-Shell-0.73
|
|
REVISION= 0
|
|
|
|
MAINTAINER = Adam Wolk <awolk@openbsd.org>
|
|
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
.include <bsd.port.mk>
|