blob: a6fe657ad10b2ed486b2e1c899f00114ff8b302c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: p5-Date-Simple
# Date created: 15 May 2003
# Whom: Alexey V. Antipovsky <kemm@in-line.ru>
#
# $FreeBSD$
#
PORTNAME= Date-Simple
PORTVERSION= 2.04
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/J/JT/JTOBEY
PKGNAMEPREFIX= p5-
MAINTAINER= kemm@in-line.ru
COMMENT= A simple date object
PERL_CONFIGURE= yes
MAN3= Date::Simple.3 Date::Simple::NoXS.3
.include <bsd.port.mk>
|