Initial import of Template-Plugin-Number-Format 1.01
Template::Plugin::Number::Format makes the number-munging grooviness of Number::Format available to your templates. It is used like a plugin, but installs filters into the current context.
This commit is contained in:
parent
d3f93fc77c
commit
5f3f91036d
25
textproc/p5-Template-Plugin-Number-Format/Makefile
Normal file
25
textproc/p5-Template-Plugin-Number-Format/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2006/07/09 18:17:06 sturm Exp $
|
||||
|
||||
COMMENT= "plugin/filter interface to Number::Format"
|
||||
|
||||
DISTNAME= Template-Plugin-Number-Format-1.01
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= textproc perl5
|
||||
|
||||
# Artistic
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/}
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ::textproc/p5-Number-Format \
|
||||
::textproc/p5-Template
|
||||
|
||||
CONFIGURE_STYLE=perl
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
.include <bsd.port.mk>
|
4
textproc/p5-Template-Plugin-Number-Format/distinfo
Normal file
4
textproc/p5-Template-Plugin-Number-Format/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (Template-Plugin-Number-Format-1.01.tar.gz) = 0822bca562c536abc3450cebd66c83f1
|
||||
RMD160 (Template-Plugin-Number-Format-1.01.tar.gz) = 67f4d7c155ad9dc7d1a0d7ce68bbd69b3eae72c2
|
||||
SHA1 (Template-Plugin-Number-Format-1.01.tar.gz) = b0d324d829c2ea4de464651a106d5d95ef21ffa2
|
||||
SIZE (Template-Plugin-Number-Format-1.01.tar.gz) = 3801
|
3
textproc/p5-Template-Plugin-Number-Format/pkg/DESCR
Normal file
3
textproc/p5-Template-Plugin-Number-Format/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
Template::Plugin::Number::Format makes the number-munging grooviness
|
||||
of Number::Format available to your templates. It is used like a
|
||||
plugin, but installs filters into the current context.
|
6
textproc/p5-Template-Plugin-Number-Format/pkg/PLIST
Normal file
6
textproc/p5-Template-Plugin-Number-Format/pkg/PLIST
Normal file
@ -0,0 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/07/09 18:17:06 sturm Exp $
|
||||
${P5SITE}/Template/
|
||||
${P5SITE}/Template/Plugin/
|
||||
${P5SITE}/Template/Plugin/Number/
|
||||
${P5SITE}/Template/Plugin/Number/Format.pm
|
||||
@man man/man3p/Template::Plugin::Number::Format.3p
|
Loading…
Reference in New Issue
Block a user