1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/devel/p5-ExportTo/Makefile
Mark Felder b226606c08 This module allow you to export/override subroutine/method to one
namespace. It can be used for mix-in, for extension of modules not using
inheritance.

WWW: https://github.com/ktat/ExportTo
2017-10-03 16:55:20 +00:00

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>