aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Object-Realize-Later/Makefile
blob: da95c11ac86a3ad2920886d8568886ce8bfbb689 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: tobez
# $FreeBSD$

PORTNAME=	Object-Realize-Later
PORTVERSION=	0.18
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	Object
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Delayed creation of objects

USES=		perl5
USE_PERL5=	configure

MAN3=		Object::Realize::Later.3

.include <bsd.port.mk>