ports/devel/p5-SUPER/Makefile
2021-04-06 16:31:07 +02:00

23 lines
446 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
PORTNAME= SUPER
PORTVERSION= 1.17
PORTREVISION= 3
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= wen@FreeBSD.org
COMMENT= Perl module control superclass method dispatch
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Sub-Identify>=0.04:devel/p5-Sub-Identify
USES= perl5
USE_PERL5= modbuild
NO_ARCH= yes
.include <bsd.port.mk>