aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Object-Import/Makefile
blob: 37e83c5dc9760541dbf67e9d870c68f6b1169fa4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PORTNAME=	Object-Import
PORTVERSION=	1.005
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	pi@FreeBSD.org
COMMENT=	Import methods of an object as functions to a package

USES=		perl5
USE_PERL5=	configure
NO_ARCH=	yes

.include <bsd.port.mk>