diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-05-27 05:38:26 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-05-27 05:38:26 +0000 |
commit | 1d285900aaf468f78d8912beb53821ab81c84ab2 (patch) | |
tree | aeb3077afe724e0eb0384b4fc46456e5ee62ebdd /www | |
parent | 37cbf253036effa588f2e1db6c83d3bc9cf852c0 (diff) | |
download | FreeBSD-ports-1d285900aaf468f78d8912beb53821ab81c84ab2.zip FreeBSD-ports-1d285900aaf468f78d8912beb53821ab81c84ab2.tar.gz |
HTML::CalendarMonthSimple - Perl Module for Generating HTML Calendars
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-HTML-CalendarMonthSimple/Makefile | 25 | ||||
-rw-r--r-- | www/p5-HTML-CalendarMonthSimple/distinfo | 1 | ||||
-rw-r--r-- | www/p5-HTML-CalendarMonthSimple/pkg-comment | 1 | ||||
-rw-r--r-- | www/p5-HTML-CalendarMonthSimple/pkg-descr | 1 | ||||
-rw-r--r-- | www/p5-HTML-CalendarMonthSimple/pkg-plist | 5 |
6 files changed, 34 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 3aaf06c..6e9644d 100644 --- a/www/Makefile +++ b/www/Makefile @@ -197,6 +197,7 @@ SUBDIR += p5-FastCGI SUBDIR += p5-GtkHTML SUBDIR += p5-HTML + SUBDIR += p5-HTML-CalendarMonthSimple SUBDIR += p5-HTML-Clean SUBDIR += p5-HTML-Embperl SUBDIR += p5-HTML-FillInForm diff --git a/www/p5-HTML-CalendarMonthSimple/Makefile b/www/p5-HTML-CalendarMonthSimple/Makefile new file mode 100644 index 0000000..32adbf1 --- /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> diff --git a/www/p5-HTML-CalendarMonthSimple/distinfo b/www/p5-HTML-CalendarMonthSimple/distinfo new file mode 100644 index 0000000..1c9a191 --- /dev/null +++ b/www/p5-HTML-CalendarMonthSimple/distinfo @@ -0,0 +1 @@ +MD5 (HTML-CalendarMonthSimple-1.07.tar.gz) = 2ad84a0cca24d826be64bd1e57a035ce diff --git a/www/p5-HTML-CalendarMonthSimple/pkg-comment b/www/p5-HTML-CalendarMonthSimple/pkg-comment new file mode 100644 index 0000000..03348a7 --- /dev/null +++ b/www/p5-HTML-CalendarMonthSimple/pkg-comment @@ -0,0 +1 @@ +HTML::CalendarMonthSimple - Perl Module for Generating HTML Calendars diff --git a/www/p5-HTML-CalendarMonthSimple/pkg-descr b/www/p5-HTML-CalendarMonthSimple/pkg-descr new file mode 100644 index 0000000..d02188a --- /dev/null +++ b/www/p5-HTML-CalendarMonthSimple/pkg-descr @@ -0,0 +1 @@ +HTML::CalendarMonthSimple is a Perl module for generating, manipulating, and printing a HTML calendar grid for a specified month. It is intended as a faster and easier-to-use alternative to HTML::CalendarMonth. diff --git a/www/p5-HTML-CalendarMonthSimple/pkg-plist b/www/p5-HTML-CalendarMonthSimple/pkg-plist new file mode 100644 index 0000000..e31820d --- /dev/null +++ b/www/p5-HTML-CalendarMonthSimple/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/HTML/CalendarMonthSimple.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/CalendarMonthSimple/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/CalendarMonthSimple +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/HTML 2>/dev/null || true |