mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 10:40:46 -04:00
- Add LICENSE - Add NO_ARCH Changes: https://metacpan.org/changes/distribution/Class-Hook
21 lines
382 B
Makefile
21 lines
382 B
Makefile
# Created by: Brian Skrab <brian@quynh-and-brian.org>
|
|
|
|
PORTNAME= Class-Hook
|
|
PORTVERSION= 0.06
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Add hooks on methods from other classes
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|