blob: 21f56556c9c18b6b366a37d4322681fc133ac426 (
plain)
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
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>
|