Files
bsdports/perl/p5-boolean/Makefile
2019-12-26 07:26:06 +00:00

18 lines
376 B
Makefile

# Created by: Timur I. Bakeyev <bat@cpan.org>
# $FreeBSD: head/devel/p5-boolean/Makefile 378581 2015-02-07 10:07:08Z bofh $
PORTNAME= boolean
PORTVERSION= 0.45
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:INGY
PKGNAMEPREFIX= p5-
MAINTAINER= bofh@FreeBSD.org
COMMENT= Boolean support for Perl
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>