aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Object-Realize-Later/Makefile
blob: 9ce3eaa440277fe8756a42f7b048e7078e93437e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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

NO_STAGE=	yes
.include <bsd.port.mk>