freebsd-ports/sysutils/jps/Makefile
Mark Linimon 581e69adb2 Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend on
perl unconditonally, or conditionally.  To be able to conditionalize the
inclusion of bsd.perl.mk, they now need to be defined before the inclusion
of bsd.port.pre.mk.

Hat:		portmgr
2007-10-07 05:45:04 +00:00

24 lines
493 B
Makefile

# New ports collection makefile for: jps
# Date created: 27 March 2004
# Whom: Pavel Novikov
#
# $FreeBSD$
#
PORTNAME= jps
PORTVERSION= 1.0
CATEGORIES= sysutils
MASTER_SITES= http://ext.by/jps/
MAINTAINER= pavel@ext.by
COMMENT= Wrapper to ps(1) that maps pids to jails
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey
RUN_DEPENDS= ${BUILD_DEPENDS}
MAN1= jps.1
MANCOMPRESSED= yes
USE_PERL5= yes
PLIST_FILES= bin/jps
.include <bsd.port.mk>