freebsd-ports/devel/p5-Algorithm-Networksort/Makefile
Frederic Culot 766c2d4e2f - Update to 1.30
- Remove leading article from COMMENT

Changes:	http://search.cpan.org/dist/Algorithm-Networksort/Changes
Feature safe:	yes
2012-11-27 18:05:14 +00:00

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>