freebsd-ports/devel/p5-Unix-Uptime/Makefile

25 lines
479 B
Makefile
Raw Normal View History

# 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.3201
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
.include <bsd.port.mk>