SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
devel/p5-Data-Uniqid/Makefile
Normal file
14
devel/p5-Data-Uniqid/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
COMMENT= Perl extension for simple generation of unique IDs
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
DISTNAME= Data-Uniqid-0.12
|
||||
CATEGORIES= devel
|
||||
REVISION= 1
|
||||
|
||||
MAINTAINER= Pierre-Emmanuel Andre <pea@openbsd.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Data-Uniqid/distinfo
Normal file
2
devel/p5-Data-Uniqid/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Data-Uniqid-0.12.tar.gz) = tpGbpJuf6Yv98+isyue5t/eNyeceu9C3/vekXZkyTMs=
|
||||
SIZE (Data-Uniqid-0.12.tar.gz) = 2141
|
3
devel/p5-Data-Uniqid/pkg/DESCR
Normal file
3
devel/p5-Data-Uniqid/pkg/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
Data::Uniqid provides three simple routines for generating unique
|
||||
ids. These ids are coded with a Base62 system to make them short
|
||||
and handy (e.g. to use it as part of a URL).
|
7
devel/p5-Data-Uniqid/pkg/PLIST
Normal file
7
devel/p5-Data-Uniqid/pkg/PLIST
Normal file
|
@ -0,0 +1,7 @@
|
|||
${P5SITE}/Data/
|
||||
${P5SITE}/Data/Uniqid.pm
|
||||
${P5SITE}/auto/
|
||||
${P5SITE}/auto/Data/
|
||||
${P5SITE}/auto/Data/Uniqid/
|
||||
${P5SITE}/auto/Data/Uniqid/autosplit.ix
|
||||
@man man/man3p/Data::Uniqid.3p
|
Loading…
Add table
Add a link
Reference in a new issue