22 lines
421 B
Makefile
22 lines
421 B
Makefile
# New ports collection makefile for: p5-boolean
|
|
# Date created: 2009-02-23
|
|
# Whom: Timur I. Bakeyev <bat@cpan.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= boolean
|
|
PORTVERSION= 0.20
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= ../../authors/id/I/IN/INGY
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= timur@FreeBSD.org
|
|
COMMENT= Boolean support for Perl
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= boolean.3
|
|
|
|
.include <bsd.port.mk>
|