freebsd-ports/devel/p5-Object-Tiny-Lvalue/Makefile
Anton Berezin e2788b2dbf Add devel/p5-Object-Tiny-Lvalue 1.07, a Perl module very similar to the
existing devel/p5-Object-Tiny, but adjusted to create accessors that
return lvalues.
2013-01-07 10:38:17 +00:00

17 lines
329 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= Object-Tiny-Lvalue
PORTVERSION= 1.07
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Minimal class builder with lvalue accessors
PERL_CONFIGURE= yes
MAN3= Object::Tiny::Lvalue.3
.include <bsd.port.mk>