aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Hash-Union/Makefile
blob: 1e6b2dd1b1e70242a7f46263d929a41c64355088 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Oleg A. Mamontov <oleg@mamontov.net>
# $FreeBSD$

PORTNAME=   Hash-Union
PORTVERSION=    0.03
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= oleg@mamontov.net
COMMENT=    Smart hashes merging

USES=       perl5
USE_PERL5=  configure

MAN3=       Hash::Union.3

NO_STAGE=   yes
.include <bsd.port.mk>