aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Class-Mixin/Makefile
blob: d83e508bfa9f8ffc848c5fdea8b39d09df2ccd18 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Anes Mukhametov <anes@anes.su>
# $FreeBSD$

PORTNAME=	Class-Mixin
PORTVERSION=	1.00
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	anes@anes.su
COMMENT=	API for aliasing methods to/from other classes

USES=	perl5
USE_PERL5=	configure

.include <bsd.port.mk>