27d6c89c0e
PR: 133088 Submitted by: Oleg A. Mamontov <oleg@mamontov.net> (maintainer)
21 lines
376 B
Makefile
21 lines
376 B
Makefile
# New ports collection makefile for: p5-Hash-Union
|
|
# Date created: 2009-02-10
|
|
# Whom: 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
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Hash::Union.3
|
|
|
|
.include <bsd.port.mk>
|