d43adae777
- Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/Devel-Required/CHANGELOG
24 lines
438 B
Makefile
24 lines
438 B
Makefile
# New ports collection makefile for: p5-Devel-Required
|
|
# Date created: 2007/04/15
|
|
# Whom: chinsan
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Devel-Required
|
|
PORTVERSION= 0.13
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Automatic update of required modules documentation
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Devel::Required.3
|
|
|
|
.include <bsd.port.mk>
|