22 lines
376 B
Makefile
22 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.02
|
||
|
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>
|