freebsd-ports/devel/p5-Tie-LLHash/Makefile
Eitan Adler 2872eba657 The variable is USE_PERL5 not USE_PERL
Submitted by:	Alex Kozlov
Reviewed by:	perl (swills)
Approved by:	portmgr (pav)
2012-02-07 13:29:00 +00:00

23 lines
455 B
Makefile

# New ports collection makefile for: p5-Tie-LLHash
# Date created: 2011-04-26
# Whom: 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
USE_PERL5= yes
PERL_CONFIGURE= yes
MAN3= Tie::LLHash.3
.include <bsd.port.mk>