mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
235f58d27e
Submitted by: Autrijus Tang <autrijus@autrijus.org> (maintainer)
23 lines
472 B
Makefile
23 lines
472 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.07
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= ../../authors/id/A/AU/AUTRIJUS
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= autrijus@autrijus.org
|
|
COMMENT= Create and manipulate PAR distributions
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= PAR::Dist.3
|
|
|
|
.include <bsd.port.mk>
|