mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
9ed5fe0bee
Changes: http://search.cpan.org/dist/PAR-Dist/Changes PR: ports/124912 Submitted by: leeym
22 lines
398 B
Makefile
22 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.31
|
|
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>
|