mirror of https://git.FreeBSD.org/ports.git
20 lines
410 B
Makefile
20 lines
410 B
Makefile
PORTNAME= Devel-Symdump
|
|
PORTVERSION= 2.1800
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:C|00$||}
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl5 module that dumps symbol names or the symbol table
|
|
WWW= https://metacpan.org/release/Devel-Symdump
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|