1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/devel/p5-Unix-Uptime/Makefile
Philip M. Gollucci fe41a80e4c - Update to 0.36
PR:             ports/141533
Approved by:     maintainer
Submitted by:   myself (pgollucci@)
2009-12-15 21:07:57 +00:00

27 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>