1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/devel/p5-Time-Mock/Makefile
Sunpoet Po-Chuan Hsieh 8603e642cc - Support STAGEDIR
2013-11-18 15:33:23 +00:00

21 lines
373 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Time-Mock
PORTVERSION= 0.0.2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-v${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Shift and scale time
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USE_PERL5= modbuild
USES= perl5
.include <bsd.port.mk>