mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
17 lines
322 B
Makefile
17 lines
322 B
Makefile
# Created by: David Chaplin-Loebell <direct@klatha.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Tie-CPHash
|
|
PORTVERSION= 1.04
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= direct@klatha.com
|
|
COMMENT= Perl module implementing a case preserving hash table
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
.include <bsd.port.mk>
|