1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/sysutils/p5-Proc-PidUtil/Makefile
Sunpoet Po-Chuan Hsieh 1cca6dcd9e - Add NO_ARCH
2015-10-08 18:42:57 +00:00

22 lines
365 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= Proc-PidUtil
PORTVERSION= 0.09
PORTREVISION= 1
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PID file management utilities
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>