diff options
author | antoine <antoine@FreeBSD.org> | 2014-03-05 07:11:05 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-03-05 07:11:05 +0800 |
commit | 4aebd95db33a62cc269dcc9a00daa3580b9943ae (patch) | |
tree | 627f2e0c5c0090f3e39deab260a3424d75a094ca /audio | |
parent | e7e345e36a0cffb382b5adb872641dba7722b3d6 (diff) | |
download | freebsd-ports-gnome-4aebd95db33a62cc269dcc9a00daa3580b9943ae.tar.gz freebsd-ports-gnome-4aebd95db33a62cc269dcc9a00daa3580b9943ae.tar.zst freebsd-ports-gnome-4aebd95db33a62cc269dcc9a00daa3580b9943ae.zip |
Chase audio/beep expiration
Diffstat (limited to 'audio')
-rw-r--r-- | audio/p5-Audio-Beep/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/p5-Audio-Beep/Makefile b/audio/p5-Audio-Beep/Makefile index 9f25becfb093..cefd37912c5a 100644 --- a/audio/p5-Audio-Beep/Makefile +++ b/audio/p5-Audio-Beep/Makefile @@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl module to use your computer beeper in fancy ways +DEPRECATED= Depends on expiring audio/beep +EXPIRATION_DATE= 2014-03-07 + BUILD_DEPENDS= beep:${PORTSDIR}/audio/beep RUN_DEPENDS= beep:${PORTSDIR}/audio/beep |