5d17d32d4c
- While here trim header PR: 176512 176513 176514 176515 176516 176518 176519 176520 176521 176517 Submitted by: maintainer
21 lines
417 B
Makefile
21 lines
417 B
Makefile
# Created by: Sergei Vyshenski <svysh@pn.sinp.msu.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Proc-SafeExec
|
|
PORTVERSION= 1.4
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= svysh.fbsd@gmail.com
|
|
COMMENT= Convenient utility for executing external commands in various ways
|
|
|
|
LICENSE= BSD GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Proc::SafeExec.3 \
|
|
Proc::SafeExec::Queue.3
|
|
|
|
.include <bsd.port.mk>
|