freebsd-ports/devel/p5-Thread-Queue/Makefile
Andrej Zverev b3d40bd309 - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-07 08:23:45 +00:00

21 lines
347 B
Makefile

# Created by: Cezary Morga <cm@therek.net>
# $FreeBSD$
PORTNAME= Thread-Queue
PORTVERSION= 3.02
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= pclin@FreeBSD.org
COMMENT= Perl5 thread-safe queues
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
MAN3= Thread::Queue.3
.include <bsd.port.mk>