6950bbfd5b
in the last commit.
22 lines
522 B
Makefile
22 lines
522 B
Makefile
# 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>
|