Lines 1-15
Link Here
|
1 |
# Created by: Mathieu Arnold |
1 |
# Created by: Mathieu Arnold |
2 |
# $FreeBSD: head/devel/p5-DateTime-Format-Strptime/Makefile 373448 2014-11-26 13:08:24Z mat $ |
2 |
# $FreeBSD: head/devel/p5-DateTime-Format-Strptime/Makefile 361879 2014-07-15 06:58:52Z leeym $ |
3 |
|
3 |
|
4 |
PORTNAME= DateTime-Format-Strptime |
4 |
PORTNAME= DateTime-Format-Strptime |
5 |
PORTVERSION= 1.55 |
5 |
PORTVERSION= 1.56 |
6 |
PORTREVISION= 1 |
|
|
7 |
PORTEPOCH= 1 |
6 |
PORTEPOCH= 1 |
8 |
CATEGORIES= devel perl5 |
7 |
CATEGORIES= devel perl5 |
9 |
MASTER_SITES= CPAN |
8 |
MASTER_SITES= CPAN |
10 |
PKGNAMEPREFIX= p5- |
9 |
PKGNAMEPREFIX= p5- |
11 |
|
10 |
|
12 |
MAINTAINER= perl@FreeBSD.org |
11 |
MAINTAINER= svysh.fbsd@gmail.com |
13 |
COMMENT= Parse and format strp and strf time patterns |
12 |
COMMENT= Parse and format strp and strf time patterns |
14 |
|
13 |
|
15 |
LICENSE= ART20 |
14 |
LICENSE= ART20 |
Lines 23-27
Link Here
|
23 |
|
23 |
|
24 |
USES= perl5 |
24 |
USES= perl5 |
25 |
USE_PERL5= configure |
25 |
USE_PERL5= configure |
|
|
26 |
NO_ARCH= yes |
27 |
|
28 |
#pre-install: test |
26 |
|
29 |
|
27 |
.include <bsd.port.mk> |
30 |
.include <bsd.port.mk> |