blob: 676f69722f3594b196d405cb7ee76d4999136c40 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= ExportTo
PORTVERSION= 0.03
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:KTAT
PKGNAMEPREFIX= p5-
MAINTAINER= feld@FreeBSD.org
COMMENT= Export any function/method to any namespace
WWW= https://github.com/ktat/ExportTo
LICENSE= ARTPERL10
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>
|