1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/devel/p5-boolean/Makefile
Frederic Culot 46daae6dea - Update to 0.23.
Changes:	http://search.cpan.org/dist/boolean/Changes
PR:		ports/151076
Submitted by:	culot@ (myself)
Approved by:	sahil@ (mentor), maintainer (timeout, >14 days)
2010-10-24 19:01:00 +00:00

23 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.23
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>