mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
f72d564a9a
- Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/PAR-Dist/Changes Feature safe: yes
21 lines
349 B
Makefile
21 lines
349 B
Makefile
# Created by: Autrijus Tang <autrijus@autrijus.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= PAR-Dist
|
|
PORTVERSION= 0.49
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Create and manipulate PAR distributions
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= PAR::Dist.3
|
|
|
|
.include <bsd.port.mk>
|