18 lines
329 B
Makefile
18 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>
|