2872eba657
Submitted by: Alex Kozlov Reviewed by: perl (swills) Approved by: portmgr (pav)
23 lines
455 B
Makefile
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>
|