summaryrefslogtreecommitdiff
path: root/www/p5-HTML-CalendarMonthSimple/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-05-27 05:38:26 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-05-27 05:38:26 +0000
commit70a062d6311ada2f53dcc920a52c1ff512dded6b (patch)
tree41001537eb0999072da9bb0abcac6e3f96e0286d /www/p5-HTML-CalendarMonthSimple/Makefile
parentPerl convenience wrapper for the rsync(1) program (diff)
HTML::CalendarMonthSimple - Perl Module for Generating HTML Calendars
Notes
Notes: svn path=/head/; revision=43103
Diffstat (limited to 'www/p5-HTML-CalendarMonthSimple/Makefile')
-rw-r--r--www/p5-HTML-CalendarMonthSimple/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/www/p5-HTML-CalendarMonthSimple/Makefile b/www/p5-HTML-CalendarMonthSimple/Makefile
new file mode 100644
index 000000000000..32adbf1915c8
--- /dev/null
+++ b/www/p5-HTML-CalendarMonthSimple/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: p5-HTML-CalendarMonthSimple
+# Date created: May 27 2001
+# Whom: vanilla
+#
+# $FreeBSD$
+#
+
+PORTNAME= HTML-CalendarMonthSimple
+PORTVERSION= 1.07
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= HTML
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports@FreeBSD.org
+
+BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= HTML::CalendarMonthSimple.3
+
+.include <bsd.port.mk>