pkgsrc/devel/p5-Method-Signatures-Simple/Makefile
abs faa0abebea Added devel/p5-Method-Signatures-Simple version 0.03
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.
2009-01-19 18:03:37 +00:00

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"