18 lines
325 B
Makefile
18 lines
325 B
Makefile
|
# Created by: Adam Weinberger <adamw@FreeBSD.org>
|
||
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= Time-ParseDate
|
||
|
PORTVERSION= 2015.103
|
||
|
CATEGORIES= devel perl5
|
||
|
MASTER_SITES= CPAN
|
||
|
PKGNAMEPREFIX= p5-
|
||
|
|
||
|
MAINTAINER= adamw@FreeBSD.org
|
||
|
COMMENT= Date parsing, both relative and absolute
|
||
|
|
||
|
USES= perl5
|
||
|
USE_PERL5= configure
|
||
|
NO_ARCH= yes
|
||
|
|
||
|
.include <bsd.port.mk>
|