aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Class-Std-Utils/Makefile
blob: b14828b9644a0a971c8369ee380405ef7a370af5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$

PORTNAME=	Class-Std-Utils
DISTVERSION=	v0.0.3
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	Class
PKGNAMEPREFIX=	p5-

MAINTAINER=	gslin@gslin.org
COMMENT=	Utility subroutines for building "inside-out" objects

USES=		perl5
USE_PERL5=	configure

MAN3=		Class::Std::Utils.3

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