freebsd-ports/devel/p5-Role-Identifiable/Makefile
Baptiste Daroussin e5a1a26fda Role::Identifiable::HasIdent is an incredibly simple role. It adds
a required ident attribute that stores a simple string, meant to
identify exceptions.
Role::Identifiable::HasTags adds the ability for your class and its
composed parts (roles, superclasses) as well as instances of it to
contribute to a pool of tags describing each instance.

WWW: http://search.cpan.org/dist/Role-Identifiable/

Submitted by:	Geraud CONTINSOUZAS <geraud@gcu.info> (by private mail)
2011-09-20 08:46:07 +00:00

29 lines
607 B
Makefile

# New ports collection makefile for: devel/p5-Role-Identifiable
# Date created: 2011-09-19
# Whom: Geraud CONTINSOUZAS <geraud@gcu.info>
#
# $FreeBSD$
#
PORTNAME= Role-Identifiable
PORTVERSION= 0.005
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:RJBS
PKGNAMEPREFIX= p5-
MAINTAINER= geraud@gcu.info
COMMENT= A thing with a list of tags
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
RUN_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose
BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Role::Identifiable::HasIdent.3 \
Role::Identifiable::HasTags.3
.include <bsd.port.mk>