6fb6597c89
With hat: perl
21 lines
400 B
Makefile
21 lines
400 B
Makefile
# New ports collection makefile for: Data::Swap
|
|
# Date created: 10 December 2005
|
|
# Whom: Parv <parv@pair.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Data-Swap
|
|
PORTVERSION= 0.08
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= parv@pair.com
|
|
COMMENT= XS module to swap the contents and types of referenced variables
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Data::Swap.3
|
|
|
|
.include <bsd.port.mk>
|