4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
25 lines
615 B
Makefile
25 lines
615 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.30
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@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>
|