1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/devel/p5-Devel-Size/Makefile
Sunpoet Po-Chuan Hsieh e6b646f837 - Update to 0.80
- Sort PLIST

Changes:	http://search.cpan.org/dist/Devel-Size/CHANGES
2015-04-02 19:21:06 +00:00

20 lines
334 B
Makefile

# Created by: mat
# $FreeBSD$
PORTNAME= Devel-Size
PORTVERSION= 0.80
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension for finding the memory usage of Perl variables
LICENSE_COMB= dual
LICENSES= ART10 GPLv1
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>