1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/devel/p5-Unix-Uptime/Makefile
2014-02-06 08:56:16 +00:00

18 lines
325 B
Makefile

# Created by: Murilo Opsfelder <mopsfelder@gmail.com>
# $FreeBSD$
PORTNAME= Unix-Uptime
PORTVERSION= 0.3701
PORTEPOCH= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= mopsfelder@gmail.com
COMMENT= Determine the current uptime in seconds
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>