766c2d4e2f
- Remove leading article from COMMENT Changes: http://search.cpan.org/dist/Algorithm-Networksort/Changes Feature safe: yes
20 lines
362 B
Makefile
20 lines
362 B
Makefile
# Created by: clsung@dragon2.net
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Algorithm-Networksort
|
|
PORTVERSION= 1.30
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl module that will create sorting networks
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Algorithm::Networksort.3
|
|
|
|
.include <bsd.port.mk>
|