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:
parent
e1f0088cb7
commit
14ad091914
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92546
@ -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
|
||||
|
25
devel/p5-Calendar-Simple/Makefile
Normal file
25
devel/p5-Calendar-Simple/Makefile
Normal 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>
|
1
devel/p5-Calendar-Simple/distinfo
Normal file
1
devel/p5-Calendar-Simple/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Calendar-Simple-1.08.tar.gz) = 80901d78109ac365fb20e3cd05effc65
|
3
devel/p5-Calendar-Simple/pkg-descr
Normal file
3
devel/p5-Calendar-Simple/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Perl extension to create simple calendars.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Calendar-Simple/
|
5
devel/p5-Calendar-Simple/pkg-plist
Normal file
5
devel/p5-Calendar-Simple/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user