1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/devel/p5-Tie-LLHash/Makefile
Andrej Zverev f8b7fb606c - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-06 11:00:15 +00:00

18 lines
354 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= Tie-LLHash
PORTVERSION= 1.003
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:KWILLIAMS
PKGNAMEPREFIX= p5-
MAINTAINER= swills@FreeBSD.org
COMMENT= Perl module which implements an ordered hash-like object
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>