aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Object-Import/Makefile
blob: 0b24f3cfd86ef28cc740df3431de9693c5f17e38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
WWW=		https://metacpan.org/release/Object-Import

USES=		perl5
USE_PERL5=	configure
NO_ARCH=	yes

.include <bsd.port.mk>