mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
19c2e84993
Simply passing everything in the @_ array is a serious limitation. This module aims to rectify that. With this module, we an specify subroutine signatures and automatically dispatch on the number of arguments. WWW: http://search.cpan.org/dist/Sub-Signatures/ PR: ports/152455 Submitted by: Grzegorz Blach <magik@roorback.net>
22 lines
429 B
Makefile
22 lines
429 B
Makefile
# New ports collection makefile for: p5-Sub-Signatures
|
|
# Date created: 21 Nov 2010
|
|
# Whom: Grzegorz Blach <magik@roorback.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Sub-Signatures
|
|
PORTVERSION= 0.21
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= magik@roorback.net
|
|
COMMENT= Use proper signatures for subroutines, including dispatching
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Sub::Signatures.3
|
|
|
|
.include <bsd.port.mk>
|