mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
9bdad7d4b7
PR: ports/103111 Submitted by: Gea-Suan Lin <gslin at gslin.org>
23 lines
427 B
Makefile
23 lines
427 B
Makefile
# New ports collection makefile for: p5-Proc-PidUtil
|
|
# Date created: 2006-09-11
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Proc-PidUtil
|
|
PORTVERSION= 0.08
|
|
CATEGORIES= sysutils perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Proc
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
COMMENT= PID file management utilities
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Proc::PidUtil.3
|
|
|
|
.include <bsd.port.mk>
|