17 lines
371 B
Makefile
17 lines
371 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Devel-Caller-IgnoreNamespaces
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
#MASTER_SITE_SUBDIR= CPAN:DCANTRELL
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Make available a magic caller which can ignore namespaces
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|