98b8b80fa3
PR: ports/131917 Submitted by: Edmondas Girkantas <eg_AT_fbsd dot lt>
21 lines
398 B
Makefile
21 lines
398 B
Makefile
# New ports collection makefile for: devel/p5-PAR-Dist
|
|
# Date created: Aug 27 2003
|
|
# Whom: Autrijus Tang <autrijus@autrijus.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= PAR-Dist
|
|
PORTVERSION= 0.44
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
COMMENT= Create and manipulate PAR distributions
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= PAR::Dist.3
|
|
|
|
.include <bsd.port.mk>
|