mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
ee8bc04e65
- Fix pkg-plist Submitted by: pointyhat via kris Approved by: maintainer
30 lines
672 B
Makefile
30 lines
672 B
Makefile
# New ports collection makefile for: Tie-CPHash
|
|
# Date created: 09 October 2006
|
|
# Whom: David Chaplin-Loebell <direct@klatha.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Tie-CPHash
|
|
PORTVERSION= 1.03
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Tie
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= direct@klatha.com
|
|
COMMENT= Perl module implementing a case preserving hash table
|
|
|
|
BUILD_DEPENDS= p5-ExtUtils-MakeMaker>=0:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker \
|
|
${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Tie::CPHash.3
|
|
|
|
.include <bsd.port.mk>
|