freebsd-ports/devel/p5-B-Generate/Makefile
Sunpoet Po-Chuan Hsieh e862bc9b6f - Fix *_DEPENDS: ExtUtils::CBuilder is already in all supported Perl releases
- Add LICENSE [1]
- Bump PORTREVISION for dependency change

Approved by:	portmgr (blanket)
With hat:	perl
2015-01-07 17:56:10 +00:00

19 lines
300 B
Makefile

# $FreeBSD$
PORTNAME= B-Generate
PORTVERSION= 1.47
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Create your own Perl op trees
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>