1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/devel/p5-Class-Default/Makefile
Sunpoet Po-Chuan Hsieh 6f9130d39a - Add LICENSE
- Pass maintainership to submitter

PR:		ports/190223
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-26 15:33:11 +00:00

23 lines
457 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
PORTNAME= Class-Default
PORTVERSION= 1.51
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= 5u623l20@gmail.com
COMMENT= Static calls apply to a default instantiation
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>