1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

Add p5-Calendar-Simple 1.08,

perl extension to create simple calendars.
This commit is contained in:
Jun Kuriyama 2003-10-29 09:01:47 +00:00
parent e1f0088cb7
commit 14ad091914
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92546
5 changed files with 35 additions and 0 deletions

View File

@ -515,6 +515,7 @@
SUBDIR += p5-C-Scan
SUBDIR += p5-Cache-Cache
SUBDIR += p5-Cache-Mmap
SUBDIR += p5-Calendar-Simple
SUBDIR += p5-Carp-Assert
SUBDIR += p5-Carp-Datum
SUBDIR += p5-Cdk

View File

@ -0,0 +1,25 @@
# New ports collection makefile for: Calendar::Simple
# Date created: 29 Oct 2003
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Calendar-Simple
PORTVERSION= 1.08
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Calendar
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to create simple calendars
BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod
PERL_CONFIGURE= YES
MAN3= Calendar::Simple.3
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Calendar-Simple-1.08.tar.gz) = 80901d78109ac365fb20e3cd05effc65

View File

@ -0,0 +1,3 @@
Perl extension to create simple calendars.
WWW: http://search.cpan.org/dist/Calendar-Simple/

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/Calendar/Simple.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Calendar/Simple/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Calendar/Simple
@unexec rmdir %D/%%SITE_PERL%%/Calendar 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Calendar 2>/dev/null || true