19 lines
365 B
Makefile
19 lines
365 B
Makefile
# Created by: Lars Thegler <lars@thegler.dk>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= CPAN-DistnameInfo
|
|
PORTVERSION= 0.12
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lth@FreeBSD.org
|
|
COMMENT= Extract distribution name and version from a CPAN filename
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= CPAN::DistnameInfo.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|