ports/devel/p5-Proc-SafeExec/Makefile
Po-Chuan Hsieh 615d942eef
devel/p5-Proc-SafeExec: Add NO_ARCH
Approved by:	portmgr (blanket)
2023-04-27 23:49:17 +08:00

20 lines
397 B
Makefile

PORTNAME= Proc-SafeExec
PORTVERSION= 1.5
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= svysh.fbsd@gmail.com
COMMENT= Convenient utility for executing external commands in various ways
WWW= https://metacpan.org/release/Proc-SafeExec
LICENSE= BSD2CLAUSE GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>