freebsd-ports/devel/p5-Date-Set/Makefile
Michael Haro 34b082b649 add p5-Date-Set - It allows you to generate groups of dates, like
"every wednesday", and then find all the dates matching that pattern.

Note that this port is similar (but not the same) as p5-DateTime-Set.
2004-01-16 21:33:20 +00:00

26 lines
661 B
Makefile

# New ports collection makefile for: p5-Date-Set
# Date created: Thu Jan 8 13:16:46 PST 2004
# Whom: mharo@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= Date-Set
PORTVERSION= 1.29
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Date
PKGNAMEPREFIX= p5-
MAINTAINER= mharo@FreeBSD.org
COMMENT= A module for date/time sets
BUILD_DEPENDS= ${SITE_PERL}/Set/Infinite.pm:${PORTSDIR}/devel/p5-Set-Infinite \
${SITE_PERL}/Date/ICal.pm:${PORTSDIR}/devel/p5-Date-ICal
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Date::Set::ICal.3 Date::Set.3
.include <bsd.port.mk>