faa0abebea
This module provides a basic method keyword with simple signatures. It's intentionally simple, and is supposed to be a stepping stone for its bigger brothers MooseX::Method::Signatures and Method::Signatures. It only has a small benefit over regular subs, so if you want more features, look at those modules. But if you're looking for a small amount of syntactic sugar, this might just be enough.
18 lines
581 B
Makefile
18 lines
581 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/01/19 18:03:37 abs Exp $
|
|
|
|
DISTNAME= Method-Signatures-Simple-0.03
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RH/RHESA/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/perldoc?Method::Signatures::Simple
|
|
COMMENT= Basic signatures method declarations, without source filters
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Method/Signatures/Simple/.packlist
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|