mirror of https://git.FreeBSD.org/ports.git
18 lines
335 B
Makefile
18 lines
335 B
Makefile
PORTNAME= Symbol-Global-Name
|
|
PORTVERSION= 0.05
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= matthew@FreeBSD.org
|
|
COMMENT= Finds name and type of a global variable
|
|
WWW= https://metacpan.org/release/Symbol-Global-Name
|
|
|
|
NO_ARCH= yes
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|