freebsd-ports/devel/p5-Devel-Dumpvar/Makefile
Sunpoet Po-Chuan Hsieh c4fd5330bb - Add LICENSE
- Pass maintainership to submitter
- While I'm here:
  - Remove leading indefinite article from COMMENT
  - Fix *_DEPENDS: Scalar::Util 1.18+ is already in all supported Perl releases
  - Bump PORTREVISION for dependency change

PR:		ports/189594
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-25 12:41:49 +00:00

20 lines
356 B
Makefile

# Created by: Cezary Morga <cm@therek.net>
# $FreeBSD$
PORTNAME= Devel-Dumpvar
PORTVERSION= 1.06
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= 5u623l20@gmail.com
COMMENT= Pure-OO reimplementation of dumpvar.pl
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>