aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Class-Interfaces/Makefile
blob: 50fc1832b41874fdc5d8d5b594fbc807527c64dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$

PORTNAME=	Class-Interfaces
PORTVERSION=	0.04
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Module for defining interface classes inline

USES=		perl5
USE_PERL5=	configure

MAN3=		Class::Interfaces.3

.include <bsd.port.mk>