yet another prereq for catalyst
This commit is contained in:
parent
f8114c160b
commit
248480c48d
26
devel/p5-Object-Signature/Makefile
Normal file
26
devel/p5-Object-Signature/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/04 17:57:17 espie Exp $
|
||||
|
||||
COMMENT= "cryptographic signatures for objects"
|
||||
|
||||
DISTNAME= Object-Signature-1.05
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
|
||||
MAINTAINER= Simon Dassow <janus@errornet.de>
|
||||
|
||||
# Same as perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Object/}
|
||||
|
||||
CONFIGURE_STYLE=perl
|
||||
|
||||
REGRESS_DEPENDS=::devel/p5-Test-Pod
|
||||
MAKE_ENV= AUTOMATED_TESTING=Yes
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
.include <bsd.port.mk>
|
4
devel/p5-Object-Signature/distinfo
Normal file
4
devel/p5-Object-Signature/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (Object-Signature-1.05.tar.gz) = b154a57c64ac06bd47b364c924bf3738
|
||||
RMD160 (Object-Signature-1.05.tar.gz) = d82bec4cc050c2cb44b1425e0ed9460c860cfdba
|
||||
SHA1 (Object-Signature-1.05.tar.gz) = e39488839ccf72860f1d46321b0366af3360bb09
|
||||
SIZE (Object-Signature-1.05.tar.gz) = 20958
|
2
devel/p5-Object-Signature/pkg/DESCR
Normal file
2
devel/p5-Object-Signature/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
Object::Signature is an abstract base class that you can inherit from in
|
||||
order to allow your objects to generate unique cryptographic signatures.
|
4
devel/p5-Object-Signature/pkg/PLIST
Normal file
4
devel/p5-Object-Signature/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/04 17:57:17 espie Exp $
|
||||
${P5SITE}/Object/
|
||||
${P5SITE}/Object/Signature.pm
|
||||
@man man/man3p/Object::Signature.3p
|
Loading…
Reference in New Issue
Block a user