freebsd-ports/devel/p5-Tie-RefHash/Makefile
Mathieu Arnold 4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00

22 lines
421 B
Makefile

# Ports collection makefile for: p5-Tie-RefHash
# Created by: Lars Balker Rasmussen <lbr@FreeBSD.org>
# $FreeBSD$
PORTNAME= Tie-RefHash
PORTVERSION= 1.39
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Tie::RefHash - use references as hash keys
LICENSE_COMB= dual
LICENSE= ART20 GPLv1
USES= perl5
USE_PERL5= configure
MAN3= Tie::RefHash.3
.include <bsd.port.mk>