fe41a80e4c
PR: ports/141533 Approved by: maintainer Submitted by: myself (pgollucci@)
26 lines
520 B
Makefile
26 lines
520 B
Makefile
# New ports collection makefile for: p5-Unix-Uptime
|
|
# Date created: 2009-01-19
|
|
# Whom: Murilo Opsfelder <mopsfelder@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Unix-Uptime
|
|
PORTVERSION= 0.36
|
|
PORTEPOCH= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= mopsfelder@gmail.com
|
|
COMMENT= Determine the current uptime in seconds
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Unix::Uptime.3 \
|
|
Unix::Uptime::BSD.3 \
|
|
Unix::Uptime::FreeBSD.3 \
|
|
Unix::Uptime::Linux.3 \
|
|
Unix::Uptime::BSD::Load.3
|
|
|
|
.include <bsd.port.mk>
|