freebsd-ports/devel/p5-routines/Makefile
Sunpoet Po-Chuan Hsieh 176cfff67b Add p5-routines 0.02
The routines pragma is used to provide typeable method and function signtures to
the calling package, as well as before, after, around, augment and override
method modifiers.

The registry pragma is used to associate the calling package with Type::Tiny
type libraries. A $registry variable is made available to the caller to be used
to access registry objects. The variable is a callback (i.e. coderef) which
should be called with a single argument, the namespace whose registry object you
want, otherwise the argument defaults to main.

WWW: https://metacpan.org/release/routines
2020-04-24 18:01:18 +00:00

26 lines
574 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= routines
PORTVERSION= 0.02
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:AWNCORP
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Typeable method and function signatures
LICENSE= APACHE20
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Function-Parameters>=2.001003:devel/p5-Function-Parameters \
p5-Type-Tiny>=1.004004:devel/p5-Type-Tiny
TEST_DEPENDS= p5-Test-Auto>=0.03:devel/p5-Test-Auto
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>