Initial import of p5-SUPER 1.16

This module provides three different ways to control superclass method
dispatch.

ok pea@
This commit is contained in:
kevlo 2009-10-05 12:53:44 +00:00
parent dc051e1710
commit 176ac6fc78
4 changed files with 31 additions and 0 deletions

21
devel/p5-SUPER/Makefile Normal file
View File

@ -0,0 +1,21 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/10/05 12:53:44 kevlo Exp $
COMMENT= module for controlling superclass method dispatch
DISTNAME= SUPER-1.16
CATEGORIES= devel
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::devel/p5-Sub-Identify
.include <bsd.port.mk>

5
devel/p5-SUPER/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (SUPER-1.16.tar.gz) = OgWEWYUU9HH135SA4SVzwA==
RMD160 (SUPER-1.16.tar.gz) = tPrv7dAZvK0FfBKw8ctvGBbWNYo=
SHA1 (SUPER-1.16.tar.gz) = geVBYjUF0HXmvFYZiOA9HQwk8Oc=
SHA256 (SUPER-1.16.tar.gz) = pm42hpTlo47fhw/YzRiMgnFxOV75h3Wzu+1iGj/rXbo=
SIZE (SUPER-1.16.tar.gz) = 7749

2
devel/p5-SUPER/pkg/DESCR Normal file
View File

@ -0,0 +1,2 @@
This module provides three different ways to control superclass method
dispatch.

3
devel/p5-SUPER/pkg/PLIST Normal file
View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/10/05 12:53:44 kevlo Exp $
${P5SITE}/SUPER.pm
@man man/man3p/SUPER.3p