3037cb61c7
- Drop ABI versions from LIB_DEPENDS - OptionsNG - Pet portlint - Switch to dynamic plist where useful
18 lines
331 B
Makefile
18 lines
331 B
Makefile
# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= WeakRef
|
|
PORTVERSION= 0.01
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:LUKKA
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
COMMENT= An API to the Perl weak references
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= WeakRef.3
|
|
|
|
.include <bsd.port.mk>
|