mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
b226606c08
namespace. It can be used for mix-in, for extension of modules not using inheritance. WWW: https://github.com/ktat/ExportTo
22 lines
363 B
Makefile
22 lines
363 B
Makefile
# Created by: Mark Felder <feld@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
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
|
|
|
|
LICENSE= ARTPERL10
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|